Fatal Python error: _Py_GetConfig: the function must be called with the GIL held, after Python initialization and before Python finalization, but the GIL is released (the current Python thread state is NULL) Python runtime state: finalizing (tstate=0x00000000009c0e50) #5802
Unanswered
langrenzhou
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm currently working on a Python package that calls C++. After developing the C++ module, I'm using it from another Python project. I'm encountering the following error: Fatal Python error: _Py_GetConfig: the function must be called with the GIL held, after Python initialization and before Python finalization, but the GIL is released (the current Python thread state is NULL).
Python runtime state: finalizing (tstate=0x00000000009c0e50)
Beta Was this translation helpful? Give feedback.
All reactions