使用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安装库时的权限错误问题,当使用pip install命令安装库时,如果遇到'Permission denied'错误,通常是因为没有以管理员身份运行命令提示符。文章提供了简单有效的解决方法,只需以管理员权限运行命令即可。
1834

被折叠的 条评论
为什么被折叠?



