On Linux, it seems that requirements.txt.freeze always adds a pkg-resources==0.0.0 line. I've no clue yet why and why it breaks installations from that freeze file. Currently I work around that by removing the line after make update packages by hand and commit that.
On Linux, it seems that requirements.txt.freeze always adds a
pkg-resources==0.0.0
line. I've no clue yet why and why it breaks installations from that freeze file. Currently I work around that by removing the line aftermake update packages
by hand and commit that.