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

前端 未结 6 1505
余生分开走
余生分开走 2020-12-01 17:24

I`ve recently started having problems with pip installs. Every time I run this kind of command in Terminal, I get an error:

Could not install packages due to:

<
6条回答
  •  感情败类
    2020-12-01 17:35

    copy all the files in "/home/shuaizhang/.local/lib/python3.6/site-packages/pip-19.0.1.dist-info/pip-19.0.1.dist-info/" to the upper directory "/home/shuaizhang/.local/lib/python3.6/site-packages/pip-19.0.1.dist-info/"

    Then, pip3 install --user --upgrade pip , solved my problem.

    I hope this will help.

提交回复
热议问题