You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ pip install -r requirements.txt
...
ERROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: 'RECORD'
Consider using the `--user` option or check the permissions.
pip install 安装 Python 依赖时权限问题的解决
从 Github clone Python 项目,安装依赖时报如下错误:
原因是尝试安装包到系统目录,而当前用户没有该目录的权限。
解决办法有三种:
然后再次尝试安装即可成功。
相关资源
The text was updated successfully, but these errors were encountered: