Hi @Ejaz_Ab , The activity supports only python version till 3.12 as of latest.so please downgrade the python version and try.
tried 3.11 but still error
@Ejaz_Ab , Please share the error screenshot and properties of Python scope activity.
could you please try the other dll in the python home locations python3.dll
or provide screenshot like the below to make sure all dll are present in the default location.
and if you newly upgraded to this python version try to restart your machine.
and open UiPath as administrator
Just to confirm some things
Yes, Python 3.13 is supported. You just need the latest stable release 1.10.0 or the latest preview release 2.0.0-preview.
This looks correct (as far as path structure), as long as you are using the UiPath.Python.Activities >= 1.10.0…
…it is not the same as on this screenshot later on though when you get the error:
So let’s reset here a bit. Could you please confirm:
- version of the UiPath.Python.Activities package that you are using
- that you have the Python313 properly installed in the
C:\Users\LENOVO\AppData\Local\Programs\Python\Python313path;- you can confirm it by running your script from that path via the CMD
- just to be sure, you should have the .NET 8 Desktop Runtime installed on your machine, you can grab it here: Download .NET 8.0 (Linux, macOS, and Windows) | .NET
- lastly, when you get the exception, please use the
Copy to Clipboardoption and paste here the entire error stack (it might hopefully help us a bit)
Hi @Ejaz_Ab
Please pass your python folder path and library Path similar like this. It is working for me.Let me know if you still facing the issue.
Path- folder path python.exe
Library path- pythonXX.dlll file path location in same folder.
Target - x64 ( for python version above 3.9)
i think it is issue with my system everything i have applied
Python Scope: Error initializing Python engine still error after this
Hi @Ejaz_Ab , Please check your system environment variables and correct it if needed. after the please check the python version by cmd prompt. let me know if still need assistance.
Could you please:
when you get the exception, please use the
Copy to Clipboardoption and paste here the entire error stack (it might hopefully help us a bit)
We would be interested to see if there is more info in the entire exception stack.
Other than this, could you please try this still to double check the python installation:
In short:
- open your cmd
- run a simply command with full paths to the python.exe file and the .py script file






