I cannot Python activies in UiPath

Hi y’all fellow develepors! I’m really new to the RPA, i’ve worked with Python before and i think it will be good work UiPath with Python. Now i can’t do it.

python

I did installation right and it worked properly in vscode and cmd. My PATH variable is right and added to the Python Scope.

I tried “\\” and “\” with path. Unfortunally it didn’t work.

image

Can you guys help me?

Hi @awnasf

Have you installed UiPath.Python.Activites package from the Manage Packages in UiPath Studio.
Then you are able to use the Python activites.

Check the below image to know the python activites,
image

Hope it helps!!

Yes mate, it all installed.

python_activities

Thank you already!

Okay @awnasf

Provide the path like this
"C:\Users\<User Name>\AppData\Local\Programs\Python\Python<version>"

give a try at:

  • restarting UiPath (at least when PATH / Environments settings were done while an opened UiPath
  • Do not use escaped Backslashes

Also have a look here:

especially for the .Net 5.0 Desktop Runtime hint

And also:


taken from:

Thank you for responding, i’ll try this.

I tried that too. Thank you anyway

1 Like