Problems with uipath studio using Uipath.Pyhton.acticies

An error occurs when the python script is invoked,OpenCV is used, Is it incompatible?
Really asksfellow Daren to give a suggestion.

RemoteException wrapping System.IO.IOException: Pipeline interrupted。
在 System.IO.Pipes.PipeStream.CheckWriteOperations()
在 System.IO.Pipes.PipeStream.Flush()
在 System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder)
在 System.IO.StreamWriter.set_AutoFlush(Boolean value)
在 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)

@shanjian.chen

Welcome to the community

  1. Is the python instance installed in local only and not in any environment?
  2. Did you install .net runtime 5+?
  3. Did you first try a simple python code?
  4. If python is 3.9+ then in properties giving library path is mandatory…

Cheers