module cannot be loaded into Anaconda Python #359

Open
opened 2023-11-25 22:05:42 +08:00 by sb10q · 1 comment

The compatibility situation with Visual Studio trashware is less bad using CLANG64, but the Python module still does not work.

Python 3.11.5 | packaged by Anaconda, Inc. | (main, Sep 11 2023, 13:26:23) [MSC v.1916 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import nac3artiq
Fatal Python error: PyInterpreterState_Get: the function must be called with the GIL held, but the GIL is released (the current Python thread state is NULL)
Python runtime state: unknown
The compatibility situation with Visual Studio trashware is less bad using CLANG64, but the Python module still does not work. ``` Python 3.11.5 | packaged by Anaconda, Inc. | (main, Sep 11 2023, 13:26:23) [MSC v.1916 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> import nac3artiq Fatal Python error: PyInterpreterState_Get: the function must be called with the GIL held, but the GIL is released (the current Python thread state is NULL) Python runtime state: unknown ```
Poster
Owner

Exact same bug with Python 3.11.6 from python.org.

Exact same bug with Python 3.11.6 from python.org.
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: M-Labs/nac3#359
There is no content yet.