Skip to content

uv python install --preview fails with two patch versions in the same minor version #9601

Closed
@jooon

Description

@jooon
$ 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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions