-
Notifications
You must be signed in to change notification settings - Fork 995
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-manylinux support does not work when cache is enabled #10832
Comments
Can you share |
Verbose logs for the first command (with cache)
|
And here are the logs for the second command, they are longer so I attached a file. |
This is returned as part of the interpreter metadata, I'm guessing it gets cached and we don't really know to invalidate it? |
I also tested this with python 3.8 using the pre-packaged python from ubuntu-20.04, and this was still an issue |
Yeah, that shouldn't make a difference. Does running with |
Yes, that does look like it also resolves the issue, similar to |
Summary
Reference: https://docs.astral.sh/uv/pip/compatibility/#manylinux_compatible-enforcement
I have noticed that when the cache is not disabled, no-manylinux being installed won't make a difference. For example:
It seems like regardless of whether or not the cache is disabled, this should work and build the package from source.
Platform
Ubuntu 20.04
Version
uv 0.5.22
Python version
Python 3.8
The text was updated successfully, but these errors were encountered: