-
Notifications
You must be signed in to change notification settings - Fork 22
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
Doesn't build for Python 3.11 #52
Comments
I'm getting a similar error with the release version of Python 3.11:
|
This just happens for the PyPI version. I can build and install from git just fine. |
This is caused by some upstream churn in the C API. See #54 for the changes that fix this issue, but it sounds like there may be a new release coming that includes the fix anyway :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Attempting to build unicodedata2 in a docker container (aarch64/amd64). Works fine using Python 3.10.4-slim-bullseye base image. Build fails using Python 3.11.0b1-slim-bullseye base image. No other changes made to the build process except the base container.
Error is as follows:
The text was updated successfully, but these errors were encountered: