I am using Pycharm with anaconda to work in Python. I need to use selenium webdriver. Line in code from selenium import webdriver
triggers error
ImportError: No module named 'selenium'.
I tried command conda install -c conda-forge selenium
, but error still appears.