Python version 2 OSX
I know that there were other questions like this asked on other posts
but they all said to run pip install selenium
which I did and even then I cannot seem to be able to import selenium
When I do pip freeze
It prints selenium==3.141.0
which means that it is on there but I cannot seem to be able to get selenium imported onto Pycharm
Any suggestions?