Hello
How do i fix the Python Scope is not working
when I debug the code it will stuck and not giving the Error
I have properly configured the Properties of the python Scope. its not going to further Activities inside the Scope.
@kishan.savaliya1 ,
Install .Net Runtime 6.0 and it should work as expected.
x64 direct download link here.
Microsoft
Reference thread.
@Aisya_Yahaya ,
It’s .net runtime error. Install .Net Runtime Download .NET 6.0 (Linux, macOS, and Windows) and it should work as expected.
x64 direct download link here.
If this don’t work try to downgrade to .Net Runtime 5.0 but it’s out of support as of now.
As per latest update
New features and improvements
The Python activity package is now compatible with Python version 3.12 and .NET 6.
So make sure you are using Python 3.12 or below only.
Thanks,
Ashok
Thanks,
Ashok
@ashokkarale @lrtetala Thanks For Reply,
i have installed that software and it works
but now it stuck at Load Python Script, have a look SS
@kishan.savaliya1 ,
Try this sample solution.
PythonTest.zip (11.9 KB)
Thanks,
Ashok
loginerror
(Maciej Kuźmicz)
August 14, 2024, 11:31am
6
Just because it seems suitable - I have recently worked with the documentation team to update the sample project in the documentation:
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...
It contains a link to the sample project as well as the steps to be taken to execute the Python script with default installation of Python 3.12 as an example.