Does uipath support Python 3.6?

In Python Scope activity, I specified Path “F:\install\python36\python.exe”. But when running , I got below error:

20.4.3

Source: Python Scope

Message: The specified Python path is not valid: F:\install\python36\python.exe

Exception Type: System.IO.DirectoryNotFoundException

RemoteException wrapping System.IO.DirectoryNotFoundException: The specified Python path is not valid: F:\install\python36\python.exe
at UiPath.Shared.Activities.AsyncTaskNativeImplementation.BookmarkResumptionCallback(NativeActivityContext context, Object value)
at UiPath.Shared.Activities.AsyncTaskNativeActivity.BookmarkResumptionCallback(NativeActivityContext context, Bookmark bookmark, Object value)
at System.Activities.Runtime.BookmarkCallbackWrapper.Invoke(NativeActivityContext context, Bookmark bookmark, Object value)
at System.Activities.Runtime.BookmarkWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)

1 Like

@2499611341

Welcome to forums,

In the Path you have give as below
F:\install\python36

Also Version you have to choose Python_36

Mark as solution if this helps

Thanks

1 Like

Hi @2499611341,

Check below link:

Thanks,
Neelima.

1 Like

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