Skip to content

provide Python builds for linux-aarch64-musl #6890

Open
@mikolysz

Description

@mikolysz

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or improvement to existing functionality

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions