-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python 3.9: TypeError: can't set attributes of built-in/extension type 'type' #51
Comments
Thank you for reporting this. Unfortunately I am no longer working on capnpy, see #53 . |
This looks very much like cython/cython#3395, but that issue is not very helpful. |
As described by commit 94939ce, the problem appeared only when using an old version of Cython. With recent cythons, it just works |
I originally got this problem with Cython 0.29.24. However, I can't reproduce the problem after installing the current version master, so it still seems fixed. |
Hi,
In Python 3.9 I get the above error when importing capnpy:
The text was updated successfully, but these errors were encountered: