pipx + uv backend is broken #10484
Unanswered
florianhumblot
asked this question in
Troubleshooting and bug reports
Replies: 3 comments 6 replies
-
|
I'm getting a similar error with Which is interesting, 'cause |
Beta Was this translation helpful? Give feedback.
4 replies
-
|
I didn't know pipx started suppoting uv. I'll have a look |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I ran into a similar issue today, and it looks like the error started in version |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When a tool uses the
pipx-backend, andpipxusesuv, it passes a flag that is unknown touv.i.e. if I try to
mise install azure-cliI get :The file it mentions
C:\Users\<redacted>\AppData\Local\mise\installs\pipx-azure-cli\2.87.0\logs\cmd_2026-06-16_13.29.12_uv_errors.logdoesn't actually exist.If I try to do the tool-invocation manually, i.e.
pipx install azure-cli==2.87.0 --pip-args=--uploaded-prior-to=2026-06-15T11:29:11.5476527Zthat also fails with the following error:And this time the log file does exit, and contains:
So there seem to be two issues:
pipxis passing the wrong argument touvBeta Was this translation helpful? Give feedback.
All reactions