-
Notifications
You must be signed in to change notification settings - Fork 1.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
provide Python builds for linux-aarch64-musl #6890
Comments
This is known but can't find an existing issue to link to -- will leave it up for now. |
Related to #6643. |
Until #6890 is fixed, it seems nice to explain that we do not support it
What's the current progress here? - Need a hand? |
If you're interested in lending a hand it's definitely welcome! I haven't started working on this part of Briefly, it looks like there were some previous discussions:
astral-sh/python-build-standalone#86 seems like the best place to discuss implementation details, if necessary. |
Ok, just took a look: https://github.com/astral-sh/python-build-standalone/releases/tag/20241219 doesn't have a build for my architecture + Linux + musl. I'll get my other laptop back in a couple of days will try then Happy New Year! |
I ran into this when attempting to use My use case: working on a docker container that contains a grab bag of scripts that our team has built over time, and hoping to use Will switch over to a Debian image for now instead. |
linux-aarch64-musl is the platform one gets when using an Alpine-based Docker image and developing on Apple Silicon, which is a pretty common setup at this point. This set up currently (as of uv 0.4.1) doesn't support installing Python via uv, with the following error:
For other users encountering this issue, installing Python via
app add python3
seems to work for now, although Alpine's packages tend to be fairly minimal, so more dependencies might be needed for larger projects.The text was updated successfully, but these errors were encountered: