-
Notifications
You must be signed in to change notification settings - Fork 1k
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
UV binary not working on raspberry pi 5 #10942
Comments
Just to confirm, that SHA is for the latest ARM image
|
I don't think we set Can you check if installing from the GitHub Release works instead? |
Similarly, it'd be helpful if you tested #10943 |
Modified the dockerfile to look like this
And doing that, it DOES in fact work fine. |
Cool thanks! Surprised our Docker image ever worked on your machine then, tbh — something else must have changed. |
Summary
Apologies if this is a duplicate. I found two potential duplicates, but they were closed a while ago, and this issue is recent.
Possible duplicates: #4647 #6528
When building a docker image with UV on a raspberry pi 5, uv crashes. The error is:
This issue is new, as I have my automated builds run on a raspberry pi. I haven't changed my dockerfile, and my last successful build was on Dec 5. So the bug appears to be introduced after Dec 5.
I have tried updating the raspberry pi 5 packages and that doesn't solve anything.
Unfortunately, you might need a RPi5 to reproduce the issue. However, if you have one, you can reproduce by running
docker build
on this Dockerfile:I am unsure of the UV version, as it crashes and won't run, not even to show version. But the sha of the docker image its being mounted from is:
sha256:2381d6aa60c326b71fd40023f921a0a3b8f91b14d5db6b90402e65a635053709
If the uv version is the same as on a non-arm machine pulling, then its 0.5.24
Platform
raspberry pi 5
Version
0.5.24
Python version
3.12.8
The text was updated successfully, but these errors were encountered: