本文主要是介绍解决报错【ERROR: Could not install packages due to an OSError: [WinError 5] 拒绝访问。】,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
1、问题发生
用pip安装时出现报错【ERROR: Could not install packages due to an OSError: [WinError 5] 拒绝访问。: 'c:\\programdata\\anaconda3\\lib\\site-packages\\__pycache__\\typing_extensions.cpython-39.pyc'
Consider using the `--user` option or check the permissions.】
2、解决方法
方法1:用管理员身份(建议)
方法2:加入“--user”【pip install somepackage --user】
pip install tensorflow--user
这篇关于解决报错【ERROR: Could not install packages due to an OSError: [WinError 5] 拒绝访问。】的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!