-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
enhancementNew feature or improvement to existing functionalityNew feature or improvement to existing functionality
Description
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.
anttiharju, majidaldo, talesmarra, mardiros, marvinsxtr and 26 more
Metadata
Metadata
Assignees
Labels
enhancementNew feature or improvement to existing functionalityNew feature or improvement to existing functionality