awnasf
(Emre)
January 12, 2024, 2:05pm
1
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.
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.
Can you guys help me?
mkankatala
(Mahesh Kankatala)
January 12, 2024, 2:21pm
2
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,
Hope it helps!!
awnasf
(Emre)
January 12, 2024, 2:23pm
3
Yes mate, it all installed.
Thank you already!
mkankatala
(Mahesh Kankatala)
January 12, 2024, 2:25pm
4
Okay @awnasf
Provide the path like this
"C:\Users\<User Name>\AppData\Local\Programs\Python\Python<version>"
ppr
(Peter Preuss)
January 12, 2024, 2:29pm
5
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:
The UiPath Documentation Portal - the home of all our valuable information. Find here everything you need to guide you in your automation journey in the UiPath ecosystem, from complex installation guides to quick tutorials, to practical business...
awnasf
(Emre)
January 12, 2024, 2:47pm
6
Thank you for responding, i’ll try this.
awnasf
(Emre)
January 12, 2024, 2:48pm
7
I tried that too. Thank you anyway
1 Like