-
Notifications
You must be signed in to change notification settings - Fork 649
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
Compilation error with Python 3.8a3 #1286
Comments
Are you using the latest CPython? It looks like it might be related to the new PEP 570 - Positional-Only Parameters |
As written: Python 3.8a3 |
What's There is this Cython issue: cython/cython#2938 which has been fixed in master, but not released. We may need to rebuild sources with Cython >= 0.29.8 when it is released. Interestingly, when I install CPython 3.8.0a3 from conda-forge (on mac), I can pip install pyzmq just fine. Not sure why that would be different. How did you install Python and on what OS? |
This started on 3.8.0a4 for me where positional only arguments were added. |
Thanks. I'll make a bugfix release with Cython 0.29.8 once it's out. If someone notices that Cython's been released with the fix and I haven't made a release, feel free to ping here again. |
@minrk Cython 0.29.11 is already available |
See also CPython repo discussion : python/cpython#13959 |
Forgot to close this. 18.0.2 is out last week and is built with Cython 0.29.10 and should build on Python 3.8. |
The text was updated successfully, but these errors were encountered: