Could not install packages due to an EnvironmentError: [Errno 13]

后端 未结 16 674
花落未央
花落未央 2020-12-02 09:50

In my MacOS Mojave terminal I wanted to install a python package with pip. At the end it says:

You are using pip version 10.0.1, however version 18.1 is avai         


        
16条回答
  •  佛祖请我去吃肉
    2020-12-02 10:18

    For MacOs & Unix

    Just by adding sudo to command will work, as it would run it as a superuser.

    sudo pip install --upgrade pip

    It is advised that you should not directly do it though - please see this post

提交回复
热议问题