mirror of
https://github.com/astral-sh/uv
synced 2026-01-23 22:40:10 -05:00
Venvs should not be in source distributions, and on Unix, we now reject them for having a link outside the source directory. This PR adds a hint for that since users were confused (#15096). In the process, we're differentiating IO errors for format error for uncompression generally. Fixes #15096