I am invoking python script using Python activities in UiPath Studio but it doesn’t throw any error or execute the file.
I am using: python 3.10 version
My script is very simple. A function taking string and return it. For testing purpose
My script works on Visual Studio Code or other IDLE.
I have tried to select Auto and python >= 3.10 as python version in UiPath Studio but both won’t work.
I have verified that python is already added to Path.
Which activity is it getting stuck at? If you’re unsure can you add log messages between those activities to confirm. Can you also share your python script?