简体   繁体   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

I have used ! pip install selenium我用过! pip install selenium ! pip install selenium and getting the following error- ! 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.

Not getting how to consider '--user' while installing the package安装 package 时不知道如何考虑“--user”

I had the same problem, this helped我有同样的问题,这有帮助

pip install selenium --user

暂无
暂无

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

相关问题 python,conda:错误:由于 OSError 无法安装软件包:[WinError 5] 访问被拒绝:'d:\\\\anaconda3\\\\envs\\\\python39\\\\scripts\\\\pip.exe' - python, conda: ERROR: Could not install packages due to an OSError: [WinError 5] Access is denied: 'd:\\anaconda3\\envs\\python39\\scripts\\pip.exe' 由于 OSError 无法安装软件包:[WinError 5] 访问被拒绝 - Could not install packages due to an OSError: [WinError 5] Access is denied Python - PIP 安装故障排除 - 权限错误:[WinError 5] 访问被拒绝 - Python - PIP install trouble shooting - PermissionError: [WinError 5] Access is denied 无法使用pip3安装Jupyter Notebook - Cannot install jupyter notebook using pip3 由于错误无法在 windows 10 上安装“pip install pipenv”:由于 OSError 无法安装软件包:[WinError 2] - Could not install 'pip install pipenv' on windows 10 due to ERROR: Could not install packages due to an OSError: [WinError 2] 获取WinError 5访问被拒绝 - Getting WinError 5 Access is Denied 如何修复 Jupyter Notebook pandas 错误(OSError: [WinError 193] %1 不是有效的 Win32 应用程序) - How to fix Jupyter Notebook pandas error (OSError: [WinError 193] %1 is not a valid Win32 application) OSError: [WinError 6] 通过 Python 使用 Selenium 时出现错误的描述符错误 - OSError: [WinError 6] Wrong descriptor error using Selenium through Python 由于 OSError 无法安装 pandas_profiling 包:[WinError 5] 访问被拒绝 - Could not install pandas_profiling packages due to an OSError: [WinError 5] Access is denied Jupyter笔记本pip安装scispacy - Jupyter notebook pip install scispacy
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM