uv
uv copied to clipboard
Uvx does not support @latest when using --from
I was expecting the following to work but it doesnt.
> uvx --from Babel pybabel@latest
The executable `pybabel@latest` was not found.
warning: An executable named `pybabel@latest` is not provided by package `babel`.
The following executables are provided by `babel`:
- pybabel
The other option I thought of doesn´t work either:
> uvx --from Babel@latest pybabel
error: Distribution not found at: XXX
I din't find any helpful information in the documentation
Fair enough :) Thanks for the report.