Python scope not working, no error also

Having tested this, the conclusion is that with UiPath Studio 2022.10.5 you need to use Python Package 1.4 and .NET Runtime 5 while with 2023.4 you can use 1.6 and .NET Runtime 7 to run Python.

1 Like

Thanks!

The combination of UiPath Studio 2022.10.4, .NET Runtime 5, and the Python Package 1.4, works for me. I had to revert Python back to Python 3.9 though.

Hi,

I am still facing the issue after installing .net runtime. The python scope is keep running and does not throw any error. Can anyone help me on this.

Can you please share a screenshot of the Properties pane of the Python Scope activity?

Also please share a screenshot of Output Pane.

Hi @Prashant_08 please find the properties screenshot below.

Can you try running a workflow containing only Python scope activity? Do not add any activities within Python Scope.

If it helps:

this solution worked for me, thanks alot mate!

This saved me! 2 days struggling with it. Thank you