Zanie Blue
Zanie Blue
I think the solution to this is `PIP_REQUIRE_VIRTUALENV` or, in a `pip.conf`: ``` [global] require-virtualenv = true ```
@HasanZaigam Please don't bump old issues or ping a bunch of people. See #9452. I can't tell you what's wrong without more information — there's no output there? It also...
Can you share `uv python install 3.12 -v` and `uv python list 3.12 -v`?
Or, change your `default-groups` declaration.
Thanks for the pull request!
This [Windows failure](https://github.com/astral-sh/uv/actions/runs/9766298659/job/26958922044?pr=4734) also looks somewhat problematic (see https://github.com/aws/aws-lc/issues/1477 and [example fix](https://github.com/rustls/rustls/blob/75edb20a1e6a894089516053348b6137a425b9b4/.github/workflows/build.yml#L42-L44))
Sorry this is lingering, I'm just not sure of the trade-offs here since it changes our release pipeline and hasn't been requested by many people.
I think I'll close for now since this changes our build dependencies and there isn't a compelling reason to switch over at this time. Happy to reconsider in the future.
Thanks @rami3l, I appreciate the heads up and am definitely interested.
Thank you! Does `uv python find 3.12.8` work? (instead of `uv python find ==3.12.8`)