You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please forgive me if I'm misunderstanding something, but according to #6890 there should now be builds for linux-aarch64-musl, but the following command on my M2 macbook gives no results:
docker run --rm -it ghcr.io/astral-sh/uv:0.6.7-alpine uv python list --all-versions
If I run it with --all-platforms and grep for musl I only see x86_64 in the list. Is there something else I need to do to be able to use uv to install python on aarch64-musl?
Platform
macOS 14 arm
Version
0.6.7
The text was updated successfully, but these errors were encountered:
It seems I may have answered my own question, it looks like python-build-standalone does not yet support aarch64-musl: astral-sh/python-build-standalone#87
In that case I think #6890 was mistakenly closed and needs to be reopened :(
Question
Please forgive me if I'm misunderstanding something, but according to #6890 there should now be builds for linux-aarch64-musl, but the following command on my M2 macbook gives no results:
docker run --rm -it ghcr.io/astral-sh/uv:0.6.7-alpine uv python list --all-versions
If I run it with
--all-platforms
and grep for musl I only see x86_64 in the list. Is there something else I need to do to be able to use uv to install python on aarch64-musl?Platform
macOS 14 arm
Version
0.6.7
The text was updated successfully, but these errors were encountered: