python:pip install Errno 13
程序员文章站
2022-06-05 14:19:23
...
python:pip安装时报错:
Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: 'c:\\users\\zhang\\appdata\\roaming\\python\\python37\\site-packages\\pip-19.0.1.dist-info\\METADATA'
Check the permissions.
解决方法:删除pip-19.0.1.dist-info目录,重新安装就成功了。
下一篇: C#如何遍历Dictionary
推荐阅读
-
解决Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-f8IeEI/MYSQL-python/
-
win8安装python环境和pip、easy_install工具
-
Pycharm下载pyinstaller报错:You should consider upgrading via the 'python -m pip install --upgrade pip' command的解决方法
-
Pycharm下载pyinstaller报错:You should consider upgrading via the 'python -m pip install --upgrade pip' command的解决方法
-
centos6.7 安装python2.7、pip2.7、easy_install-2.7的方法
-
完美解决Python 2.7不能正常使用pip install的问题
-
Python中使用python -m pip install --upgrade pip升级pip时老是不成功
-
Python-pip3 install turtle报错ERROR: Command errored out with exit status 和setup.py-except ValueErro
-
python2.7无法使用pip的解决方法(安装easy_install)
-
python搭建环境:pip install -r requirements/base.txt时安装mysqlclient报错