Can't run python script uipath

I can’t run python script in UiPath using activity “Run Python Script”. In output console, it shows only “execution started” but nothing happend and stuck this process forever.
This is my sequence and python file.
python.xaml (5.9 KB)
a.zip (166 Bytes)

Which version of python is installed ? is it 32 bit or 64 bit?
if it is 64 bit use x64 as the Target and remore the Working directory

My python version is 3.9.13 64 bit. I config python folder and working folder in activity “Python Scope” already same as in my attachment file “python.xaml”.

for me it is working I am using Python 3.9 . You can download python 3.9 instead of 3.9.13 and try

Hello @deawkotic

Please install .net desktop runtime here I am sharing link Download .NET 5.0 Desktop Runtime (v5.0.17) - Windows x64 Installer

after installing this python activity will work for you.

Thank you

Thank you very much. This solution is work for me.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.