**
在 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条)