You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Seems like some packages are publishing abi3 manylinux wheels in below format
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.
I verified that 2_24 wheels are not working on the python3.7 runtime.
The text was updated successfully, but these errors were encountered: