-
-
Notifications
You must be signed in to change notification settings - Fork 11k
Provide manylinux wheels for NumPy 2.3.0 on CPython 3.11 / AWS Lambda base image #29150
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
Comments
We've also started experiencing this issue this morning.
Our build step uses Edit: We are just going to pin 2.2.6 for now |
We provide wheels for manylinux_2_28. Perhaps you are using an older amazon linux2 image, which does not support manylinux_2_28? |
I had the same error with the image I temporarily fixed it by installing GCC 10:
Now When using On So I think |
The 2_17 target is end of life. To use a pre built wheel you either need to use an older numpy version, or use newer Linux image to get the newest version. A rough guide is https://github.com/mayeut/pep600_compliance/blob/master/EOL.rst, https://github.com/pypa/manylinux |
Unfortunately the EOL date for amazon linux 2 was delayed to June 2026. This puts it in a difficult position since it is based on glibc 2.26, which means users of this platform will not be able to install latest versions of many scientific python packages, including NumPy and pytorch. Do we have any knowledge of when aws will update its base images off amazon linux 2? |
Steps to reproduce:
pip install -r requirements.txt
.Error message:
Additional information:
No response
The text was updated successfully, but these errors were encountered: