pip: pip install zc.recipe.egg fails on pip >= 7.x
On Windows, I was using pip 7.0.1 to install some eggs, notably zc.recipe.egg
which is part of buildout.
Since I upgraded virtualenv to version 13.1.0, which comes with a local pip wheel and thus installs pip 7.1.0, when I run pip install zc.recipe.egg
in my virtual env, I get an error:
D:\Applications\tmp\test2>Scripts\pip.exe install zc.recipe.egg
Collecting zc.recipe.egg
Installing collected packages: zc.recipe.egg
zc.recipe.egg is in an unsupported or invalid wheel
The error message is in an unsupported or invalid wheel
is not very explicit and I do not know why pip 7.1.0 (and only this version of pip) is complaining about this egg ?
I only have this problem with this egg…
Does anyone have a clue on what this means, why it appeared when I change my pip version and if there is a way to fix it ?
About this issue
- Original URL
- State: closed
- Created 9 years ago
- Comments: 22 (5 by maintainers)
FWIW
pip install --no-cache-dir zc.recipe.egg
seems to work as a workaround.here’s the hidden stack trace for this.
pkg_resources is confused by the “egg” in the name