Why does pip fail when installing local egg repository?

后端 未结 2 1969
北海茫月
北海茫月 2021-02-13 01:57

I am working on Windows 7.I have created a python egg using distutils. Now I try to install this egg in a virtual environment using pip 1.0.2 using the following command:

<
2条回答
  •  无人共我
    2021-02-13 02:16

    http://www.pip-installer.org/en/latest/other-tools.html#pip-compared-to-easy-install

    pip doesn’t do everything that easy_install does. Specifically:

    It cannot install from eggs. It only installs from source.

提交回复
热议问题