uv icon indicating copy to clipboard operation
uv copied to clipboard

Follow symbolic links in installed packages

Open zanieb opened this issue 1 year ago • 2 comments

Closes https://github.com/astral-sh/uv/issues/2798

zanieb avatar Apr 03 '24 14:04 zanieb

@zanieb Unfortunately that doesn't appear to have fixed the problem:

> ~/.cargo/bin/uv --version
uv 0.1.28 (192b214dc 2024-04-03)
> ~/.cargo/bin/uv pip install pip
Resolved 1 package in 1ms
warning: Failed to uninstall package at venv/lib/python3.10/site-packages/pip-23.0.1.dist-info due to missing RECORD file. Installation may result in an incomplete environment.
Installed 1 package in 15ms
 - pip==23.0.1
 - pip==23.0.1
 + pip==23.0.1

Daverball avatar Apr 03 '24 15:04 Daverball

Gahh... that's why we write tests. Thanks for trying it! Will investigate further.

zanieb avatar Apr 03 '24 16:04 zanieb

Superseded by https://github.com/astral-sh/uv/pull/3002.

charliermarsh avatar Apr 12 '24 13:04 charliermarsh