-
Notifications
You must be signed in to change notification settings - Fork 978
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
Improve sysconfig
metadata when installing managed Python distributions
#8429
Comments
Should #6488 be included? |
Yes thanks! |
should this being closed mean that e.g. #6488 should now be fixed?
|
I can reproduce that failure
I'm surprised. |
No clue where they're reading |
(Don't you need to put the |
Yeah sorry — that doesn't change anything though
|
Is it only an OSX issue? > docker run --platform linux/x86_64 -it --rm ghcr.io/astral-sh/uv:0.5.10-bookworm /bin/bash -c "uvx --python 3.13.1 uwsgi"
Built uwsgi==2.0.28
Installed 1 package in 1ms |
For completeness:
|
I tried getting a bit more output
|
Should we reopen this or one of the linked issues? |
This is a tracking issue for various problems that come from some of the
sysconfig
variables in thepython-build-standalone
distribution being incorrect.As described in the upstream documentation
Some examples of where this goes wrong:
clang
required for compiling C extensions? #8036uvx uwsgi
failed to build uwsgi #6488The text was updated successfully, but these errors were encountered: