hello, i have a problem when i want run my python script in uipath
RemoteException wrapping System.IO.IOException: Le canal est endommagé.
à System.IO.Pipes.PipeStream.CheckWriteOperations()
à System.IO.Pipes.PipeStream.Flush()
à System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder)
à System.IO.StreamWriter.Dispose(Boolean disposing)
à System.IO.TextWriter.Dispose()
à UiPath.Python.Service.PythonProxy.RequestAsync(PythonRequest request, CancellationToken ct)
à UiPath.Python.Service.PythonProxy.Shutdown()
à UiPath.Python.Impl.OutOfProcessEngine.Release()
à UiPath.Python.Activities.PythonScope.Cleanup()
à UiPath.Python.Activities.PythonScope.OnFaulted(NativeActivityFaultContext faultContext, Exception propagatedException, ActivityInstance propagatedFrom)
à System.Activities.Runtime.FaultCallbackWrapper.Invoke(NativeActivityFaultContext faultContext, Exception propagatedException, ActivityInstance propagatedFrom)
à System.Activities.Runtime.FaultCallbackWrapper.FaultWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)
the version uiapath python activitie is 1.6 strict
python scope use auto selection for the python version and the target is 64 bits
this errors code :
RemoteException wrapping System.IO.IOException: Le canal est endommagé.
à System.IO.Pipes.PipeStream.CheckWriteOperations()
à System.IO.Pipes.PipeStream.Flush()
à System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder)
à System.IO.StreamWriter.Dispose(Boolean disposing)
à System.IO.TextWriter.Dispose()
à UiPath.Python.Service.PythonProxy.RequestAsync(PythonRequest request, CancellationToken ct)
à UiPath.Python.Service.PythonProxy.Shutdown()
à UiPath.Python.Impl.OutOfProcessEngine.Release()
à UiPath.Python.Activities.PythonScope.Cleanup()
à UiPath.Python.Activities.PythonScope.OnFaulted(NativeActivityFaultContext faultContext, Exception propagatedException, ActivityInstance propagatedFrom)
à System.Activities.Runtime.FaultCallbackWrapper.Invoke(NativeActivityFaultContext faultContext, Exception propagatedException, ActivityInstance propagatedFrom)
à System.Activities.Runtime.FaultCallbackWrapper.FaultWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)