I have tried to install selenium
multiple times.
I typed in all these below.
python3 -m pip install selenium
pip3 install selenium
pip install selenium
etc
I can tell it has been installed by trying pip list
and it's on the list but still it's not running and showing the error 'no module named 'selenium''
Any help?