-
Notifications
You must be signed in to change notification settings - Fork 337
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
"failed to execute command: uv tool" if uv installed via mise/ubi #2886
Comments
I don't see the asdf plugin for uv doing anything special, looks like we can just default mise to use ubi for uv |
Not really, there's two binaries in the uv tarball - uv and uvx. I don't need |
ah that is a problem. I wonder if we could use cc @autarch if you have any thoughts on this |
With #2885 being done, this is no longer an issue as the following just works:
I think we can close this. |
(actually, with mise registry now preferring aqua over asdf for uv, I don't even need that alias! that's awesome ❤) |
Describe the bug
Since v2024.10.3, mise fails to install
pipx:…
tools if uv is installed usingubi:astral-sh/uv
.To Reproduce
then:
uv install ubi:astral-sh/uv
uv install
Expected behavior
This used to work in v2024.10.2 and earlier, so I expected no regression.
And there doesn't seem to be a viable workaround - see the discussion at #2854 (comment)
mise doctor
outputAdditional context
bisected, first bad commit is df47d0a:
somewhat related issue (which has a viable workaround): #2834
The text was updated successfully, but these errors were encountered: