错误解决:pip install --upgrade pip, Could not install packages due to an EnvironmentError

版权声明:本文为博主原创文章,如需转载,请注明出处: https://blog.csdn.net/MASILEJFOAISEGJIAE/article/details/89471996

使用命令:pip install --upgrade pip
发生错误:

Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/Library/Python/2.7/site-packages/pip-18.1.dist-info/INSTALLER'
Consider using the `--user` option or check the permissions.

You are using pip version 18.1, however version 19.0.3 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.

解决方法:加上 --user:pip install --user --upgrade pip


参考资料:https://blog.csdn.net/a781751136/article/details/80231406

猜你喜欢

转载自blog.csdn.net/MASILEJFOAISEGJIAE/article/details/89471996
今日推荐