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
I'm trying to use the uvx command to override a package and since the latest uv release (0.5.31) this no longer works.
I.E I want to use the sarif command in sarif-tools
Using uv <= 0.5.30 I get the following
uvx --from sarif-tools@latest sarif version
Installed 20 packages in 7ms
3.0.4
When using uv 0.5.31 I get this
uvx --from sarif-tools@latest sarif version
Installed 20 packages in 7ms
The executable sarif-tools was not found.
warning: An executable named sarif-tools is not provided by package sarif-tools.
The following executables are provided by sarif-tools:
sarif
Consider using uvx --from sarif-tools <EXECUTABLE_NAME> instead.
Platform
Linux 6.12.9 x86_64 GNU/Linux (NixOS)
Version
uv 0.5.31
Python version
Python 3.13.1
The text was updated successfully, but these errors were encountered:
Summary
I'm trying to use the uvx command to override a package and since the latest uv release (0.5.31) this no longer works.
I.E I want to use the sarif command in sarif-tools
Using uv <= 0.5.30 I get the following
When using uv 0.5.31 I get this
Platform
Linux 6.12.9 x86_64 GNU/Linux (NixOS)
Version
uv 0.5.31
Python version
Python 3.13.1
The text was updated successfully, but these errors were encountered: