• ertai@programming.dev
    link
    fedilink
    arrow-up
    22
    arrow-down
    1
    ·
    edit-2
    4 days ago

    Yet another python packager............... insane that such a popular language still doesn’t have this basic problem solved.

    • ertai@programming.dev
      link
      fedilink
      arrow-up
      1
      ·
      2 days ago

      Glad I use arch btw, pacman manages my python packages so I don’t have to deal with all this mess.

    • sum_yung_gai@lemm.ee
      link
      fedilink
      arrow-up
      4
      arrow-down
      1
      ·
      4 days ago

      I use poetry and it works really well. I would consider it solved but that doesn’t mean there isn’t the possibility of a better solution.

    • 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
        ·
        6 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