Everytime I have to use some python script I fucking groan. God, what a pain in the ass python is...

  • crime [she/her, any]
    ·
    2 years ago

    Yup. I've found that Poetry is decent as far as python package management goes (takes a lot of cues from ruby's bundler, which imo is the gold standard for package managers) but like you said it still suffers from pypi issues

    • captcha [any]
      ·
      2 years ago

      I moved from pipenv to poetry only to find it marginally better. It will still stall out if you try to install too many things and PyPI tells you to fuck off like pipenv did. pdm is the current train I'm on as it hasn't stalled out on me yet but in time I'm sure it will.