Easy_install and Pip doesn't work

前端 未结 6 842
臣服心动
臣服心动 2020-12-15 06:39

Easy_install and Pip doesn\'t work anymore on python 2.7, when I try to do:

sudo easy_install pip

I get:

Traceback (most re         


        
6条回答
  •  粉色の甜心
    2020-12-15 07:40

    I had similar issue when trying to install package via pip with python 3.6 on windows. (pip is supposed to work out of the box with this install)

    The problem was not running as administrator.

    Running cmd as administrator and then installing my package worked:

    python -m pip install pylint

提交回复
热议问题