pip/easy_install failure: failed to create process

后端 未结 13 1862
感动是毒
感动是毒 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:09

    When I came across this problem, I found that my path contained multiple entries for Python. After tidying up my path so that it had an entry for the python installation folder and the scripts folder (in my case C:\Python27 and C:\Python27\Scripts), pip worked properly.

提交回复
热议问题