Unable to create bdist_egg in pycharm - error: package directory 'venv\Lib\site-packages\pip-10\0\1-py3\6\egg\pip' does not exist

北城余情 提交于 2019-12-23 01:43:29

问题


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.

来源:https://stackoverflow.com/questions/50996346/unable-to-create-bdist-egg-in-pycharm-error-package-directory-venv-lib-site

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!