-
Notifications
You must be signed in to change notification settings - Fork 194
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
Python3.10 linux/arm/v7 + linux/arm/v6 Wheels Not Avaliable #1091
Comments
Hi @jackmead515, sorry for the late response. We only build 32-bit arm wheels for the supported distributions on RPI. Would you maybe be able to compile the wheels from source for your usecase? |
Thanks for the reply. I was able to bypass this but after upgrading to 2.29.0.0, discovered that the wheels for Python3.9 for armv7 are not available! :( I was able to build in docker with this script:
|
I remember seeing this and troubleshooting it for a while thinking that maybe the wheel naming as malformed? But no I don't remember that working for me. |
Checking the other versions we don't seem to have changed it. |
I am cross-compiling in Docker on an amd64 machine. Utilizing Docker image
|
Not really an issue but I thought Python3.10 was supported since version 2.11? Only see Python3.9 wheels in: https://artifacts.luxonis.com/artifactory/luxonis-python-snapshot-local/depthai/
Willing to help to add these are build target's for the wheel. Just need to be pointed in the right direction.
The text was updated successfully, but these errors were encountered: