繁体   English   中英

尝试使用 pip 在 jupyter notebook 上安装 selenium 时出现错误(OSError:[WinError 5] 访问被拒绝)

[英]Getting error (OSError: [WinError 5] Access is denied) while tryng to install selenium on jupyter notebook using pip

我用过! pip install selenium ! pip install selenium并出现以下错误-

ERROR: Could not install packages due to an OSError: [WinError 5] Access is denied: 'c:\\programdata\\anaconda3\\lib\\site-packages\\certifi-2020.12.5-py3.8.egg-info\\dependency_links.txt'
Consider using the `--user` option or check the permissions.

安装 package 时不知道如何考虑“--user”

我有同样的问题,这有帮助

pip install selenium --user

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM