-
Notifications
You must be signed in to change notification settings - Fork 262
manylinux1_aarch64
is an undefined platform but gets built
#1972
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
- Win32 never builds a 32bit binary. - Linux AArch64 is build for undefined platform manylinux1_aarch64 (pypa/cibuildwheel#1972)
- Win32 never builds a 32bit binary. - Linux AArch64 is build for undefined platform manylinux1_aarch64 (pypa/cibuildwheel#1972)
Auditwheel is likely noticing you don’t use anything past manylinux1 and is setting that. I think either auditwheel needs to have an arch dependent floor or PyPI needs to accept tags that never had a supported image to build it. I think the correct way to do it is the former, though. |
The tag does not come from auditwheel. |
That would do it. :) |
Oh boy. Now I feel stupid. Thanks a lot :D |
So there is still the problem that out |
Description
According to pypi/warehouse#6599 (comment) and pypa/manylinux#84
manylinux1
is not defined forAArch64
.But
cibuildwheel
generates wheels which are namedmanylinux1_aarch64
if:The consequence is that pypi rejects the built wheel with:
Build log
No response
CI config
No response
The text was updated successfully, but these errors were encountered: