简体   繁体   中英

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 . 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:

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

那是因为它是

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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