pip/easy_install failure: failed to create process

后端 未结 13 1866
感动是毒
感动是毒 2020-11-30 09:47

After following this article: How do I install pip on Windows? on my Windows system using Enthought Canopy 64 Bit system, I cannot get pip or easy_install to work due to err

13条回答
  •  执念已碎
    2020-11-30 10:17

    When I encountered this, it was because I'd manually renamed the directory python was in. This meant that both setuptools and pip had to be reinstalled. Or, I had to manually rename the python directory to what it had been previously.

提交回复
热议问题