I am integrating Python application with UiPath, I am using Python V3.6 and UiPath V2024.10.5 , I have configured everything that required but still while running, the bot is getting stuck on Python Scope Activity
I have used:
Library path: -
Path: python home path
Target: x86
Timeout: -
Version: Python 3.6
WorkingFolder: -
What version of the Python activity package are you using? Although the .NET 6 Desktop Runtime 6.0.x is required starting from UiPath.Python.Activities 1.8.1, the previous versions required .NET 5 Desktop Runtime.
The simplest way to test this out is to upgrade the Python activities package to the latest 1.8.1 version.
If you have multiple python version installed remove other versions only keep which you are using. Downgrade the python package by one version & check.
Not sure if this impacts or not but have you set this Python installation path to Environment Variables?
How to check that?
Just open command prompt and type python this should not give any error. If any error it means the Environment Variable not set for Python.