mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35:00 +00:00
![]() ## Summary If you run the script included in the linked issue, then `uv cache clean`, we hit permissions errors on certain directories created by `setuptools`. The permissions on those directories look like: ``` ❯ sudo ls -l /Users/crmarsh/Library/Caches/uv/built-wheels-v3/pypi/opentracing/2.4.0/M-fYsaHAaQQvedmPMUl9D/opentracing-2.4.0.tar.gz/build/bdist.macosx-14.2-arm64/wheel/opentracing Password: total 0 drwxr-xr-x 3 crmarsh staff 96 May 11 12:51 harness ``` This PR adds logic to make those directories readable by the current user. Closes https://github.com/astral-sh/uv/issues/3515. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |