Python Scope: Error initializing Python engine (python v3.11)

I tried making a basic proof of concept python automation - however, I can’t even get the scope started. I have check this error from other users, and my settings effectively match what the solutions are:

image

image

image

I did see this in the log file, though I’m not sure if it relates to the Python Scope, or something else these are from the Studio log:

14:57:32.5061 => [ERROR] [UiPath.Studio] [18] MakeRelative error System.UriFormatException: Invalid URI: The format of the URI could not be determined.
   at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind)
   at UiPath.Shared.Extensions.PathExtensions.MakeRelative(String filePath, String referencePath, Boolean enforcePrimaryDirectorySeparator)
14:57:40.7850 => [ERROR] [UiPath.Studio.App.Logging.OutputLogger] [18] Python Scope: Error initializing Python engine

The Execution log has nothing on the Python Scope.

Any help would be appreciated

Regards,
Scott

@scott_zielinski

Do you have multiple versions if python?

And is the path added in environment variables

Cheers

Try Python 3.10.7 with UiPath.Python.Activities[1.6.0]

or

Python 3.8.10 with UiPath.Python.Activities[1.3.0]

1 Like

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