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

No interpreter found for Python 3.11 #11307

Closed
magdesign opened this issue Feb 7, 2025 · 2 comments
Closed

No interpreter found for Python 3.11 #11307

magdesign opened this issue Feb 7, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@magdesign
Copy link

Summary

Trying to build Servo on musl based Alpine Linux/PostmarketOS, aarch64.

./mach build --dev fails with:

error: No interpreter found for Python 3.11 in virtual environments, managed installations, or search path

so i tried to manually
uv python install 3.11

which fails with:
error: uv does not yet provide musl Python distributions. See https://github.com/astral-sh/uv/issues/6890 to track support

my python --version is 3.12.8

Would be nice to mention in build book that musl based linux systems are not supported yet.

Platform

postmarketaOS edge, aarch64

Version

uv 0.5.29

Python version

Python 3.12.8

@magdesign magdesign added the bug Something isn't working label Feb 7, 2025
@konstin
Copy link
Member

konstin commented Feb 7, 2025

The musl python builds are tracked in #6890, please raise problems with servo builds in their bug tracker.

@konstin konstin closed this as completed Feb 7, 2025
@zanieb
Copy link
Member

zanieb commented Feb 7, 2025

Generally the workaround is just to install Python without uv (i.e., from the system package manager).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants