Wheel filenames showing both manylinux_2_24 and manylinux_2_28 #2599
Replies: 4 comments 1 reply
-
I do not know why, but it looks helpful for people who will use |
Beta Was this translation helpful? Give feedback.
-
I found the following output from
A discussion about this can be found in this issue. |
Beta Was this translation helpful? Give feedback.
-
For future reference, if you know your wheel is compatible with glibc >= 2.24, you can avoid double platform tagging by explicitly setting the
|
Beta Was this translation helpful? Give feedback.
-
For the potential user, who wants to download wheels for offline installation, and current implementations of |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Previously, using cibuildwheel v2.23.3 with
manylinux2014
, my wheels had filenames like:which makes sense because
manylinux2014
corresponds to glibc 2.17.After upgrading to cibuildwheel v3.1.4, which now defaults to
manylinux_2_28
, the filenames changed to:Why does the wheel filename include both
manylinux_2_24
andmanylinux_2_28
tags, which correspond to different minimum glibc versions? Should I expect my wheels to be compatible with glibc >= 2.24 or glibc >= 2.28?Beta Was this translation helpful? Give feedback.
All reactions