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
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:
Searching for Python installations
error: No download found for request: cpython-any-linux-aarch64-musl
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:
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: