I am trying to run some selenium code in Spyder but I get the following error:
ModuleNotFoundError: No module named 'selenium'
Any ideas as to why this may be?.
CodePudding user response:
Install Anaconda.
Open 'Anaconda Prompt' as administrator.
Type the following:
conda install -c conda-forge selenium