Skip to content
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

Uvx does not support @latest when using --from #6796

Closed
RomainBrault opened this issue Aug 29, 2024 · 1 comment · Fixed by #6842
Closed

Uvx does not support @latest when using --from #6796

RomainBrault opened this issue Aug 29, 2024 · 1 comment · Fixed by #6842
Assignees
Labels
cli Related to the command line interface enhancement New feature or request

Comments

@RomainBrault
Copy link

RomainBrault commented Aug 29, 2024

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

@zanieb
Copy link
Member

zanieb commented Aug 29, 2024

Fair enough :) Thanks for the report.

@zanieb zanieb added enhancement New feature or request cli Related to the command line interface labels Aug 29, 2024
@charliermarsh charliermarsh self-assigned this Aug 30, 2024
charliermarsh added a commit that referenced this issue Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli Related to the command line interface enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants