You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mise ERROR Failed to install pipx:[email protected]
mise ERROR failed to execute command: uv tool install timezonefinder==6.5.4
mise ERROR No such file or directory (os error 2)
mise ERROR Run with --verbose or MISE_VERBOSE=1 for more information
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)
Additional context
bisected, first bad commit is df47d0a:
df47d0a39769df9cde4f81d316fd8be9ab38ae9c is the first bad commit
commit df47d0a39769df9cde4f81d316fd8be9ab38ae9c
Author: jdx <[email protected]>
Date: Sun Oct 13 16:44:54 2024 -0500
fix: do not include shims dir in path_env when reinserting (#2745)
Fixes #2682
src/path_env.rs | 18 +++---------------
1 file changed, 3 insertions(+), 15 deletions(-)
somewhat related issue (which has a viable workaround): #2834
The text was updated successfully, but these errors were encountered:
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 uvx personally, as I only use that functionality through mise and it's available as uv tool anyway. But others might.
there's two binaries in the uv tarball - uv and uvx
ah that is a problem. I wonder if we could use ubi:astral-sh/uv[exe=uv,uvx] and either call ubi twice or get ubi to support that syntax for multi-bin tools like this.
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: