pip install zc.recipe.egg fails on pip >= 7.x
See original GitHub issueOn 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 ?
Issue Analytics
- State:
- Created 8 years ago
- Comments:22 (5 by maintainers)
Top Results From Across the Web
zc.recipe.egg - PyPI
The egg-installation recipe installs eggs into a buildout eggs directory. It also generates scripts in a buildout bin directory with egg paths baked...
Read more >Can't install zc.buildout with zc.recipe.egg with Python 3.6 or ...
I encountered the same problem and believe I have found the underlying problem. The latest setuptools version (52.0.0) removed easy_install ...
Read more >Buildout troubleshooting — Plone Documentation v5.2
Buildout gives you an error if there is a dependency shared by two components, and one of the components wants to have a...
Read more >Installation Failed - SENAITE Community
I think it cant realize package Werkzeug, so I install this package by pip: pip install Werkzeug . Then i rebuild : PYTHONHTTPSVERIFY=0...
Read more >https://cerweb.ifremer.fr/datacrunch2/dependances/...
Install the zc.buildout egg with easy_install and use the buildout script installed in a Python scripts area. 2. Use the buildout bootstrap script...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

FWIW
pip install --no-cache-dir zc.recipe.eggseems to work as a workaround.here’s the hidden stack trace for this.
pkg_resources is confused by the “egg” in the name