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