pip install 出现Consider using the `--user` option or check the permissions.

使用pip install 安装库时出现提出

EROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: 'c:\\program files\\python35\\Lib\\site-packages\\goto.py'
Consider using the `--user` option or check the permissions.

 

原因:未用 管理员权限运行命令提示符。

解决:以管理员权限运行即可。

 

实例:安装 goto-statement跳语句库

出现:提示Consider using the `--user` option or check the permissions.

pip install 出现Consider using the `--user` option or check the permissions._第1张图片解决:

pip install 出现Consider using the `--user` option or check the permissions._第2张图片

你可能感兴趣的:(python)