-
Notifications
You must be signed in to change notification settings - Fork 92
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
build armv7l #102
build armv7l #102
Conversation
@jakvot it says that there is no such arch |
Is pypa/cibuildwheel#642 still relevant? 🤔 |
Unfortunately, I believe that it is. Also pypa/cibuildwheel#1421 Probably the only way is convince https://www.piwheels.org/project/marisa-trie/ to start supporting 3.12. |
Is there any solution for those who have Raspberry Pi 4 (32-bit) with HassOS? Thank you |
You can try to build it manually yourself on directly on RPi inside HA container. Something like
But no promises. And make backup before you do that. |
Nothing to do, it gives me an error when I install marisa-trie==1.1.1 |
which error exactly? |
This worked for me on odroid-xu4 (arm 32 bit, v7l): |
For HA users we solved it via custom wheels repo: https://wheels.home-assistant.io/musllinux/ |
This PR is blocked by cibuildwheel, cibuildwheel is blocked by lack of arm in manylinux, and manylinux is reluctant to use QEMU because it's cumbersome and hard to reproduce. I say we close it for now, if someone again needs RPi wheels an option would be reusing what HomeAssistant is doing: https://github.com/home-assistant/wheels-custom-integrations/blob/master/.github/workflows/wheels.yml |
No description provided.