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

Unable to use uv tool install for specific versions #6759

Closed
damienrj opened this issue Aug 28, 2024 · 3 comments · Fixed by #6762
Closed

Unable to use uv tool install for specific versions #6759

damienrj opened this issue Aug 28, 2024 · 3 comments · Fixed by #6762
Assignees
Labels
bug Something isn't working duplicate This issue or pull request already exists

Comments

@damienrj
Copy link

❯ uv --version
uv 0.3.5 (6c62d9fbf 2024-08-27)

OSX

❯ uv tool install codecov-cli@0.7.4
error: Failed to parse: `codecov-cli@0.7.4`
  Caused by: Expected path (`/Users/damien/Development/mlkite/0.7.4`) to end in a supported file extension: `.whl`, `.zip`, `.tar.gz`, `.tar.bz2`, `.tar.xz`, or `.tar.zst`
codecov-cli@0.7.4

I am trying to install a specific version but get the above error.

@charliermarsh
Copy link
Member

Ahh, this needs to be uv tool install codecov-cli==0.7.4.

Tracked here: #6535.

@charliermarsh
Copy link
Member

We'll do this today, you're not the first to run into it.

@charliermarsh charliermarsh added the bug Something isn't working label Aug 28, 2024
@charliermarsh charliermarsh self-assigned this Aug 28, 2024
@damienrj
Copy link
Author

Thanks, I didn't find that when I was searching. Great project!

@zanieb zanieb added the duplicate This issue or pull request already exists label Aug 28, 2024
charliermarsh added a commit that referenced this issue Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working duplicate This issue or pull request already exists
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants