![ERROR: Could not install packages due to an EnvironmentError: [WinError 5] 拒绝访问。: ‘C:\ProgramData\,第1张 ERROR: Could not install packages due to an EnvironmentError: [WinError 5] 拒绝访问。: ‘C:\ProgramData\,第1张](/aiimages/ERROR%3A+Could+not+install+packages+due+to+an+EnvironmentError%3A+%5BWinError+5%5D+%E6%8B%92%E7%BB%9D%E8%AE%BF%E9%97%AE%E3%80%82%3A+%E2%80%98C%3A%5CProgramData%5C.png)
**
在 cmd 进行 pip install 时出现以下错误**
ERROR: Could not install packages due to an EnvironmentError: [WinError 5] 拒绝访问。
: ‘C:\ProgramData\Anaconda3\Lib\site-packages\tornado\init.py’
Consider using the --user option or check the permissions.
**
**
pip install --user xxxxxxx
**
**
ERROR: After October 2020 you may experience errors when installing or updating packages. This is because pip will change the way that it resolves dependency conflicts.
We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default.
pyspider 0.3.10 requires tornado<=4.5.3,>=3.2, but you’ll have tornado 6.1 which is incompatible.
**
**
pip install --user xxxxxx --use-feature=2020-resolver
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)