Open augustebaum opened 16 hours ago
It's possible for your environment to have multiple versions of a package installed, since each pip install
operation is independent. I think it's correct for us to emit both in this case.
Generally, the best way to avoid this is use a higher-level interface like uv add
, uv sync
, and uv export
which will not allow multiple versions.
This seems like it might a known issue, but my search for similar issues has been unsuccessful so far.
Long story short:
I'm on NixOS with uv 0.5.5. Please let me know if there's any other information I can give.