The 'pip==7.1.0' distribution was not found and is required by the application

前端 未结 10 1080
故里飘歌
故里飘歌 2020-12-02 20:15

I have the latest version of pip 8.1.1 on my ubuntu 16. But I am not able to install any modules via pip as I get this error all the time.

File \"/usr/local/         


        
10条回答
  •  时光说笑
    2020-12-02 20:26

    After upgrading from 18.0 to 18.1, I got the same error. Reinstalling the program(without using pip itself) worked for me:

    $ curl https://bootstrap.pypa.io/get-pip.py > get-pip.py
    $ sudo python get-pip.py
    

提交回复
热议问题