How to invoke Python Script from UiPath

Hi All,

I need to invoke a Python script but dont know which path to give in Python Scope “Path” property.

Do I need to install Anaconda in my Machine to run Python script Via UiPath?

Hi @Karan28,

Please refer the documentation, this might be helpful to you :smiley:.

Yes , I did

Still I have the same doubt

Hi @Karan28,

you have to have Python with needed packages installed, not necessarily Anaconda. I found that 3.6 works best. In the Path enter the location of your Python directory, where the python.exe is, which for a regular install should be here:

“C:\Users\User\AppData\Local\Programs\Python\Python36”

1 Like

Thankyou @SSavickas

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