解决:ERROR: Could not install packages due to an OSError: [WinError 5] 拒绝访问。
Posted Circle-C
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决:ERROR: Could not install packages due to an OSError: [WinError 5] 拒绝访问。相关的知识,希望对你有一定的参考价值。
ERROR: Could not install packages due to an OSError: [WinError 5] 拒绝访问。: 'D:\\\\Program\\\\Anaconda3\\\\Lib\\\\site-packages\\\\scipy\\\\sparse\\\\_csparsetools.cp38-win_amd64.pyd'
Consider using the `--user` option or check the permissions.
分析
最后一句Consider using the --user option or check the permissions.检查权限问题,跟着建议来加上选项--user即可
解决方法
将pip install ...加入--user为pip install --user ...即可
以上是关于解决:ERROR: Could not install packages due to an OSError: [WinError 5] 拒绝访问。的主要内容,如果未能解决你的问题,请参考以下文章
ERROR! MySQL server PID file could not be found!的解决方法
centos解决Could not resolve host: mirrorlist.centos.org; Unknown error问题
npm ERR! Error: tunneling socket could not be established的解决问题
ERROR: Could not build wheels for AutoROM...解决方法