Nov-14-2016, 12:34 AM
Does anyone know how to install selenium. and don't tell me pip, it will not install anything.
thank you.
thank you.

selenium-3.0.1.tar.gz install
|
||||||||
Nov-14-2016, 12:34 AM
Does anyone know how to install selenium. and don't tell me pip, it will not install anything.
thank you. ![]()
1) use pip or figure out why you are having so much trouble with pip
http://python-forum.io/Thread-Install-a-...y-manually 4) If your on a linux distro (which i believe you are not), you can just get it from that distros repos
Recommended Tutorials:
Nov-14-2016, 11:30 AM
I got it install, I found a program called easy_install it install all the add_on the pip would not do.
thank you
Nov-17-2016, 08:47 PM
pip and easy_install are very close to the same thing. They both use built-in parts of python to find and install packages, and they both come with the default install of python. If one works but the other doesn't, then you're not really missing anything important.
https://packaging.python.org/pip_easy_install/ | ||||||||
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
pip wont install selenium | simon1 | 2 | 6,057 |
Nov-03-2017, 09:10 PM Last Post: simon1 |
|
Error in Selenium: CRITICAL:root:Selenium module is not installed...Exiting program. | AcszE | 1 | 4,575 |
Nov-03-2017, 08:41 PM Last Post: metulburr |