Zanie Blue
Zanie Blue
Thanks for the report. We'll raise this with the upstream dependency that generates the installer. What do you expect to happen? We install the binary in a directory in `$HOME`.
@kishaningithub see https://docs.astral.sh/uv/configuration/installer/#unmanaged-installations
The nuance here is that `@latest` is just a short-hand to skip cached versions of the given package — we don't fetch the latest version for the package then resolve...
No that's surprising.
I sort of think we should opt a dependency out of the "lowest" resolution if `@latest` is used, but it may not be particularly simple and it seems like a...
This is a python-build-standalone quirk: https://gregoryszorc.com/docs/python-build-standalone/main/quirks.html#tcl-tk-support-files We might need to set the variable as described there. 🤔
It'd be a stretch to say it's a good first issue, there's a lot of nuance to the possible solutions and I would have to do quite a bit of...
I have a minor preference for the upstream patch, I think? There are consumers other than uv. Perhaps a dumb question, but why do we need to set an environment...
It'll be available following a `python-build-standalone` release, then a uv release — probably relatively soon. We don't support using arbitrary archives yet.
I just released this in https://github.com/astral-sh/uv/releases/tag/0.5.11