Timaahb
(Tim)
January 13, 2020, 9:30am
1
Dear all,
I’m trying to load in a Python3.6.8 script made in an Anaconda env. But i get 2 error messages.
Most of the time it reads: No endpoint listening at UiPath.Service/Host_IPythonService_**** (System.servicemodel.endpointnotfoundexception) or simply could not load python script.
Even the simplest of script doesnt work.
Any of you got some tips?
Many thanks in advance.
Greetings
Have you a stand alone version of 3.6 on your machine?
Can you run this simple python script against that? Just update the folder path 3.6 on your machine and test:
PythonActivityTest.zip (3.4 KB)
This may also be of use, just to test things:
This may or may not help, but it is a working version of invoking a python script. The script is based on a pluralsight course exercise which creates aircraft objects which have various methods, including the airline name which I access in this UiPath workflow. The answer in this case is ‘BA’. The aircraft object is created in the py script using the make_flight function so you don’t need to worry about that here.
It is set up so that you just have to provide your path to the python_36 executab…