• CodeMonkey@programming.dev
    link
    fedilink
    arrow-up
    4
    arrow-down
    3
    ·
    3 days ago

    pip is a perfectly usable package manager and is included in most python distributions now. Is it perfect? No, but it is good enough for every team I have been on.

    • uthredii@programming.dev
      link
      fedilink
      English
      arrow-up
      1
      ·
      5 hours ago

      Putting aside the speed uv has a bunch of features that usually require 2-4 separate tools. These tools are very popular but not very well liked. The fact these tools are so popular proves that pip is not sufficient for many use cases. Other languages have a single tool (e.g. cargo) that are very well liked.

    • Eager Eagle@lemmy.world
      link
      fedilink
      English
      arrow-up
      5
      ·
      edit-2
      3 days ago

      it’s usable, yet it doesn’t attempt to solve a a third of the problems uv, poetry, and pdm address.

      it’s also not hard to end up with a broken env with pip.

    • Moc@lemmy.world
      link
      fedilink
      arrow-up
      5
      ·
      3 days ago

      Except that it’s slower than uv and therefore strictly worse for build processes