Skip to content
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

Open
mikolysz opened this issue Aug 30, 2024 · 3 comments
Open

provide Python builds for linux-aarch64-musl #6890

mikolysz opened this issue Aug 30, 2024 · 3 comments
Labels
enhancement New feature or improvement to existing functionality

Comments

@mikolysz
Copy link

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.

@charliermarsh charliermarsh added the enhancement New feature or improvement to existing functionality label Sep 1, 2024
@charliermarsh
Copy link
Member

This is known but can't find an existing issue to link to -- will leave it up for now.

@charliermarsh
Copy link
Member

Related to #6643.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or improvement to existing functionality
Projects
None yet
Development

No branches or pull requests

3 participants