多线程下疑似是"运行python代码"会报错

异常报告 · 35 次浏览
尤格泡泡 创建于 5天10小时前

InvalidOperationException: This property must be set before runtime is initialized StackTrace: 在 Python.Runtime.Runtime.set_PythonDLL(String value) 在 Quicker.Domain.Actions.X.BuiltinRunners.Other.RunPythonScriptStep.<>c__DisplayClass41_1.KF9UittmLQx() 在 ELI0LnaUovmfrbVqHIM.qDdqGdaouofxANF0cKI.<>c__DisplayClass3_0.gi1YfNKLL9G() 在 System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) 在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) 在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) 在 System.Threading.ThreadHelper.ThreadStart()

 

 

已经最新版本1.44.4


尤格泡泡 5天10小时前 :

有时报错反复存在,有时不会报错

回复内容
CL 5天9小时前
#1

python 模块本身不支持多线程,需要避免一下。 

回复主贴