Running the bdist_egg
through PyCharm fails with the error -
error: package directory 'venv\Lib\site-packages\pip-10\0\1-py3\6\egg\pip' does not exist
I noticed that the setup.py
contains venv.Lib.site-packages.pip-10.0.1-py3.6.egg.pip
However, I find the following package available in path venv/Lib/site-packages/pip-10.0.1-py3.egg/pip
.