logoalt Hacker News

catgaryyesterday at 9:00 PM2 repliesview on HN

This line of thought is honestly a bit silly - uv is just a package manager that actually does its job for resolving dependencies. You’re talking about a completely orthogonal problem.


Replies

zahlmanyesterday at 9:59 PM

> uv is just a package manager that actually does its job for resolving dependencies.

Pip resolves dependencies just fine. It just also lets you try to build the environment incrementally (which is actually useful, especially for people who aren't "developers" on a "project"), and is slow (for a lot of reasons).

duskdozertoday at 12:01 PM

uv is really only something you need if you already aren't managing dependencies responsibly, imo.