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

后端 未结 16 653
花落未央
花落未央 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 09:58

    I was making the same mistakes then I realized that I have created my virtual environment as root user. It was write protected, so please check whether your virtual environment is write protected. make a new venv and try again

提交回复
热议问题