• @ertai@programming.dev
    link
    fedilink
    22
    edit-2
    3 months ago

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

    • @CodeMonkey@programming.dev
      link
      fedilink
      33 months 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.

      • Juanlu
        link
        fedilink
        113 months ago

        @CodeMonkey @ertai No it is not perfectly usable for all people, all projects, all situations. uv definitely gets much closer to that.

      • Eager Eagle
        link
        fedilink
        English
        5
        edit-2
        3 months 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.

      • @uthredii@programming.dev
        link
        fedilink
        English
        13 months 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.

    • @sum_yung_gai@lemm.ee
      link
      fedilink
      33 months 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.