Unable to install Python libraries

后端 未结 7 890
名媛妹妹
名媛妹妹 2020-11-27 22:53

I am not able to install any Python libraries. I am using pip 9.0.1 and python 2.7. I am getting the following error:

EN-NishantS:~         


        
7条回答
  •  借酒劲吻你
    2020-11-27 23:27

    I successfully upgraded Python 3 on macOS v10.13 (High Sierra) using sudo pip3 install --upgrade pip.

    To upgrade the High Sierra version 2.7 I had to use sudo pip2 install --upgrade pip.

提交回复
热议问题