-
Notifications
You must be signed in to change notification settings - Fork 34
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
3.29.x Installation on RPi Bullseye for Python 3.9 fails #494
Comments
Also reproduced on my pipelines. On ARM/v6:
and ARM/v7:
|
Facing the same issue on ARM/V7 while building opencv where cmake is a build requirement. Python Version 3.7.9 with official docker image
|
My log for ARM/v7 and Python 3.10.4:
|
I think this is requesting ninja, which in turn is requesting cmake. Can you try installing a system ninja package before building? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running a pip installation on a Raspyberry Pi with Pi OS Bullseye for cmake 3.29.x does not work as there seems to be no wheels available for Python 3.9 and ARM.
For Bookworm with Python 3.11, or using cmake 3.28.x the installation succeeds
https://www.piwheels.org/project/cmake/json/
The text was updated successfully, but these errors were encountered: