我执行我的一个动作,崩溃了。动作需要私发给你,崔大。
报错详情:
TypeInitializationException: “Delegates”的类型初始值设定项引发异常。
--TypeName: Delegates
StackTrace:
在 Python.Runtime.Runtime.Delegates.get_Py_IsInitialized()
在 Python.Runtime.Runtime.Py_IsInitialized()
在 Python.Runtime.Runtime.<>c.<Initialize>b__32_0()
在 Python.Runtime.Runtime.TryUsingDll[T](Func`1 op)
在 Python.Runtime.Runtime.Initialize(Boolean initSigs)
在 Python.Runtime.PythonEngine.Initialize(IEnumerable`1 args, Boolean setSysArgv, Boolean initSigs)
在 Quicker.Domain.Actions.X.BuiltinRunners.Other.RunPythonScriptStep.<>c__DisplayClass39_1.GnBwkLT5wl4()
在 iMRkhXkFhWLjUmS0lLw.QjF14LkoosJ2TLSII62.<>c__DisplayClass3_0.yKYJU5IUhTd()
在 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()
MissingMethodException: Failed to load symbol _PyThreadState_UncheckedGet.
--Message: Failed to load symbol _PyThreadState_UncheckedGet.
在 Python.Runtime.Platform.WindowsLoader.GetFunction(IntPtr hModule, String procedureName)
在 Python.Runtime.Runtime.Delegates.GetFunctionByName(String functionName, IntPtr libraryHandle)
在 Python.Runtime.Runtime.Delegates..cctor()
Win32Exception: 找不到指定的程序。
--NativeErrorCode: 127
这个可能是python环境的问题,参考模块文档里的说明试一下。 另外不支持3.12,建议使用3.10.
3.12有可能支持吗?卸载之后安装3.10感觉会有残留,不想动了呀
依赖底层第三方组件,没法判断。应该可以同时安装多个py版本,目录不一样。
显然quicker的优先级最高