Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

>The biggest weakness is transitive dependency locking: even if you specify the exact version of the dependencies you want, Pip can still resolve to a different version of their dependencies

Isn't that what pip freeze is for?



The trouble there is that if you freeze you can't unfreeze. A project needs the equivalent of both gemfile and gemfile.lock (unless you're using a system like maven that got things right the first time), but there's no standard way of having both of them in Python.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: