I'm using python to write a selenium script. Selenium is already installed and imported in my script and it is all fine when I run the script on Pycharm IDE, no issues or error.
But when I tried using cmd to run my script, it showed a error:
ModuleNotFoundError: No module named 'selenium'
Does anyone know what is the problem here?