I have an error in between on integrating python code in uipath


i have an error in between on integrating python code in UiPath

Do you have Python installed in your machine?

Hi @Melbin_Antu1

In Python Scope you path like this

“C:\Users\username\AppData\Local\Programs\Python\Python310”

For Windows projects, the Python Scope activity requires you to install the .NET Desktop Runtime 5.0.17 .

Check this for ref:
https://forum.uipath.com/t/error-initializing-python-engine/334238/4

Hope this helps :slight_smile:

Hi,

Open a cmd.exe and type where python

Example:

Then use that string in the Path.

and try with the 3.6 version of python

@Melbin_Antu1

Please Install Python 3.7 version Hope that version is compatable with UiPath.

Cheers!