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

Doesn't help developers not get different versions of packages. Lockfiles are necessary regardless of Docker.


This is important (though I'm oddly yet to run into this issue with pip; I've only had conflicts with npm and composer before). Freezing dependency sources in Docker images and using (pip install --require-hashes -r requirements.txt) for development seems to cover everything.


yeah, i was going to say the same: i never had that issue in ~7y of python work.

nowadays, requirements + docker solves 99% of everything i do.

maybe it's because i'm not using numpy and the likes?




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

Search: