Replies: 1 comment 1 reply
-
If you're looking for wheels for Raspberry Pi, I recommend you check out the piwheels project. They're set up for this exact use case. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to suggest adding support for aarch32 (ARMv7) builds to cibuildwheel. Although this architecture has been superseded by aarch64 (ARMv8), a lot of devices still use aarch32. First and foremost the Raspberry Pi line of products (or more specifically, their default OS).
If I understand the architecture correctly, ARMv8 chips are also backwards-compatible with aarch32, meaning the latter should run on those devices too.
What are your thoughts on this?
(I'm sorry if I have overlooked this being suggested before. I only did a brief search)
Beta Was this translation helpful? Give feedback.
All reactions