Unable to execute Python Script (Python 3.7.7)
Demo script execution falure
Hi,
Could you please share your workflow for reference.
Please check with this sample workflow.
WF_PythonDemo.psw (17.2 KB)
Hi Bhagyashri,
Executed the sample workflow. Error text file attached.
Thanks
python_error.txt (8.4 KB)
Please let me know if Python scripts can be executed ? Else I will have to look for an alternate tool.
Thanks.
I am also facing the same issue, could please help here?
Hi,
Did you sort this issue out? If yes could you please tell me how? I am getting the same error…
Hello Rakesh,
Can you please help with the solution to this issue.
Hi Ramesh,
Have you configured the below Prerequisites:
Prerequisites:
Install Anaconda, Minimum version 4.2.0
No need for separate python installation, Anaconda takes care of python installation.
Anaconda should be in the PATH.
This can be conveniently achieved by enabling “Anaconda in PATH” checkbox during Anaconda installation else,
Manually set Anaconda in the PATH environment variable by adding the following to the path
<ANACONDA_BASE>; <ANACONDA_BASE>\Library\mingw-w64\bin; <ANACONDA_BASE>\Library\usr\bin; <ANACONDA_BASE>\Library\bin; <ANACONDA_BASE>\Scripts;
![]() |