Hacker News new | ask | show | jobs
by bap 2100 days ago
Would love to hear your thoughts on pipenv as a real-world user of python environments. I leave it on the table that your current solution just works and you have never considered pipenv. ( I am not associated with pipenv. I've seemingly organically gravitated to it lately. )
2 comments

my hot take: poetry won, and PEP517/518 build systems are going to be the way forward. Poetry might not last forever, but I think`pyproject.toml` has legs.

Pipenv was a valiant effort that moved the field along heaps, but I haven't used it in my daily life for two years.

https://github.com/python-poetry/poetry

Thanks!
Last I checked, pipenv doesn't work without an internet connection. That's a requirement, and design mentality, that doesn't work for me.

Won't/can't fix issues:

https://github.com/pypa/pipenv/issues/1783

https://github.com/pypa/pipenv/issues/408

Valid point, I hadn’t considered it. Thank you!