-
Notifications
You must be signed in to change notification settings - Fork 228
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.13: compile error on Ubuntu 20.04 #593
Comments
It started failing at 3.13.0-alpha.6, everything works on 3.13.0-alpha.5. |
* Ensure the rst- prefix on all css classes generated in docutils nodes. * Use python 3.13. alpha 5 version because of issue msgpack/msgpack-python#593
I suspect that the unicode deprecation warning does not fail the build, it is just a warning. But that is an error:
Considering this is built from Cython source (.pyx), maybe the Cython version used to cythonize that does not yet support that Python version. |
This is not relating to Cython. Maybe, default g++ in ubuntu-20.04 Action Runner doesn't support compiling this header file. |
Uh, this is relating to Cython, because Cython depending on Python internal too much.
It cause compile error on old g++.
On Ubuntu 22.04, this error doesn't happen. Ubuntu 22.04 uses gcc 13. |
There is nothing we can do here. You can:
|
Impossible to build msgpack on python 3.13 because of what looks like an deprecation warning
The text was updated successfully, but these errors were encountered: