ERROR: Could not install packages due to an EnvironmentError: [Errno 13] 权限不够的解决办法

关于错误:ERROR: Could not install packages due to an EnvironmentError: [Errno 13] 权限不够: ‘/usr/local/lib/python3.5/dist-packages/itsdangerous-1.1.0.dist-info’
Consider using the --user option or check the permissions.
的解决办法是:
安装的时候添加–user参数
pip install 包 --user

你可能感兴趣的:(python基础)