pip/easy_install failure: failed to create process

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

    Check whether the pip-script points out the exact location of python.exe, because pip always points (C:\python3.3\python.exe). In my system i've installed 2 versions of python i.e python2 & python3. I ve modified the home application of python.exe into python2.exe and python3.exe.

    When i installed pip windows installer. it results me out with the error " failed to create process"

提交回复
热议问题