简体   繁体   English

无法使用 pip 安装 selenium

[英]Unable to install selenium using pip

I am trying to install selinium using pip in windows 10. Even when pip is up to date, it is throwing the same error: Could not find a version that satisfies the requirement selinium .我正在尝试在 Windows 10 中使用 pip 安装 selinium。即使 pip 是最新的,它也会抛出相同的错误: Could not find a version that satisfies the requirement selinium I'm trying to install it like this:我正在尝试像这样安装它:

pip install selinium 
pip3 install selinium 

First of all, you misspelled the module, it is called selenium not selinium , so you can use:首先,您拼错了模块,它被称为selenium而不是selinium ,因此您可以使用:

pip install selenium
pip3 install selenium

You always should read the docs install page, the install page of the docs of selenium is the below:你总是应该阅读文档安装页面,硒文档的安装页面如下:

https://selenium-python.readthedocs.io/installation.html https://selenium-python.readthedocs.io/installation.html

那是因为它是

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

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