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
$ uv --version
uv 0.5.5 (b7564f403 2024-12-03)
$ uv python uninstall --all
Searching for Python installations
No Python installations found
$ ls -l ~/.local/bin/python*
ls: cannot access '/home/jon/.local/bin/python*': No such file or directory
$ uv python install --preview 3.12.7 3.12.6
Installed 2 versions in 7.15s
+ cpython-3.12.6-linux-x86_64-gnu (python3.12)
+ cpython-3.12.7-linux-x86_64-gnu
error: Failed to install cpython-3.12.7-linux-x86_64-gnu
Caused by: Executable already exists at `/home/jon/.local/bin/python3.12` but is not managed by uv; use `--force` to replace it
The text was updated successfully, but these errors were encountered:
jooon
changed the title
uv python install --preview fails with same minor version
uv python install --preview fails with two patch versions in the same minor version
Dec 3, 2024
The text was updated successfully, but these errors were encountered: