Solution for : No Module Named selenium

The easy solution for this error is to install the missing module selenium :

pip install selenium

If pip install is not working try using conda:

conda install selenium

Why don't I have a module named selenium? There are known reasons for the cause of this error. The most observed reason is due to the unavailability of selenium in your working directory. But that's not all, if your python file is called selenium.py, it may also generate this error: No module named selenium

Other installation errors :

ImportError: No module named selenium