rbanffy / pip-chill

A more relaxed `pip freeze`
Other
557 stars 25 forks source link

Fix problem with pip 10 (issue #14) #15

Closed ebrensi closed 3 years ago

ebrensi commented 6 years ago

This is a proposed fix for issue https://github.com/rbanffy/pip-chill/issues/14

I got a working solution here: https://stackoverflow.com/questions/49923671/are-there-any-function-replacement-for-pip-get-installed-distributions-in-pip

It works great for me!

ebrensi commented 6 years ago

Travis fails with Python 3.3 build for some reason?