Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Making large Python projects painless (yelp.com)
4 points by ndirish1842 on March 15, 2016 | hide | past | favorite | 2 comments


Even though we had pinned all our dependencies (with requirements like package-x==1.2.3), pip would still reach out to PyPI before before deciding which version to pick.

Another solution for this would be to build wheels for all dependencies and invoke pip with --no-index -f https://url.to.wheels.


So this is basically Conda?




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

Search: