-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
Unable to compile on Python 3.11 alpha 5 #288
Milestone
Comments
AFAICS
the
but:
@antocuni any suggestions? |
Just tried to build with Python 3.11.0 and got this:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running
python3.11 -m pip wheel hpy --use-pep517
the output is as follows:The output is more or less the same when building from git, with some of the line numbers changing.
It looks like
bufferinfo
was removed in python/cpython#29991, which made it into alpha 5.It's used here:
hpy/hpy/devel/include/hpy/cpy_types.h
Line 12 in dd702f5
The text was updated successfully, but these errors were encountered: