-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Cannot install cobertura_clover_transform on first install #2064
Labels
bug
Something isn't working
Comments
Hmm, this ran without error for me repeatedly. |
Odd, this was with artifactory if it matters |
this just bit us in our CI suite with a package from vanilla pypi. I could reproduce it in our image (based on a legacy Amazon Linux2) but not in my host on Ubuntu, so maybe is something related to this is the debug on AL2
|
I think I see the issue here. |
(If I'm right, it's just a typo.) |
charliermarsh
added a commit
that referenced
this issue
Feb 29, 2024
## Summary This was a missed find-and-replace. We shouldn't assume `layout.platlib` here, since `RECORD` will be written to `site_packages` (which could be `layout.purelib`). This is hard to reproduce. You need a _fresh_ environment where `purelib` and `platlib` differ (which isn't the case for virtualenvs, at least typically), and you need to be installing a new package that is a purelib. I tested it by manually changing `platlib` to point to a different path. Closes #2064.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This seems to be a regression in uv 0.1.12, this works fine in 0.1.11
Rerunning that command, it succeeds
The text was updated successfully, but these errors were encountered: