You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a known bug in cython where old versions generated code that is not compatible with Python 3.11.
(see cython/#4461
I'll push a new release with updated cython code to fix this. A workaround is to install the project from source and regenerate the code with a recent cython version (>=0.29)
The text was updated successfully, but these errors were encountered: