pip/easy_install failure: failed to create process

后端 未结 13 1887
感动是毒
感动是毒 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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-11-30 10:15

    It will help after changing the PATH to python in environment variables:

    python -m pip install --upgrade pip --force-reinstall

提交回复
热议问题