Skip to content
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

Outdated manylinux wheels download logic #1249

Closed
sridhar562345 opened this issue May 23, 2023 · 1 comment
Closed

Outdated manylinux wheels download logic #1249

sridhar562345 opened this issue May 23, 2023 · 1 comment

Comments

@sridhar562345
Copy link
Contributor

Seems like some packages are publishing abi3 manylinux wheels in below format

pycryptodome-3.16.0-cp35-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl

Our current regex is not matching this kind of manylinux wheel format.

According to pypa/manylinux PEP 600 has been designed to be "future-proof" and does not enforce specific symbols and a specific distro to build. It only states that a wheel tagged manylinux_x_y shall work on any distro based on glibc>=x.y

These are the current glibc versions in lambda runtimes.

Python glibc
python3.7 2.17
python3.8 2.26
python3.9 2.26
python3.10 2.26

I verified that 2_24 wheels are not working on the python3.7 runtime.

@monkut
Copy link
Collaborator

monkut commented Sep 19, 2023

merged, and released in 0.58.0.
closing

@monkut monkut closed this as completed Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants