We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying to build Servo on musl based Alpine Linux/PostmarketOS, aarch64.
musl
./mach build --dev fails with:
./mach build --dev
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
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
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
python --version
3.12.8
Would be nice to mention in build book that musl based linux systems are not supported yet.
postmarketaOS edge, aarch64
uv 0.5.29
Python 3.12.8
The text was updated successfully, but these errors were encountered:
The musl python builds are tracked in #6890, please raise problems with servo builds in their bug tracker.
Sorry, something went wrong.
Generally the workaround is just to install Python without uv (i.e., from the system package manager).
No branches or pull requests
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
is3.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
The text was updated successfully, but these errors were encountered: