-
-
Notifications
You must be signed in to change notification settings - Fork 157
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
MUSL distributions lacking proper interpreter information #260
Comments
I am interested in what |
Based on its description, could it be because the distribution is statically compiled i.e. #86?
|
I think this effectively a duplicate of #86, we need dynamically linked musl builds for python-build-standalone to be usable on alpine. |
I know it was from before your time but do you know why the original decision opted for static? I don't quite understand the benefit. |
I believe it was a requirement for PyOxidizer which was the motivating force behind the project in the first place (I may be wrong) -- it's similar to #221. |
See astral-sh/uv#2382 for a (currently failing) test on the uv side |
The following illustrates that for some reason the standalone distribution's pip does not consider MUSL wheels and will download the source distribution:
I then got the idea to try installing with UV itself but that also doesn't work (but of course itself installs properly with the system Python): astral-sh/uv#3486
The text was updated successfully, but these errors were encountered: