-
Notifications
You must be signed in to change notification settings - Fork 250
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
64-bit Python running in 32-bit mode isn't able to install any of aarch64 and armv7l wheels #476
Comments
This is unrelated to this package? sysconfig is a Python standard library module -- https://docs.python.org/3/library/sysconfig.html -- which is generated when it is compiled. |
|
Lines 417 to 427 in 20cd09e
What I expect is that this also consider |
No, I believe |
Thanks, didn't know about |
Running 64-bit python under a |
On a 64-bit Raspberry Pi,
sysconfig.get_platform()
returnslinux_armv8l
instead oflinux_aarch64
whilesys.maxsize
is over 32-bit rangeThis makes tests on Alpine Linux's CI fails sometimes, for example https://gitlab.alpinelinux.org/omni/aports/-/jobs/514000 , looks like they're running armv7 and armhf gitlab runners on 64-bit ARM machines in 32 bit mode.
Originally posted in #234 (comment)
The text was updated successfully, but these errors were encountered: