Issue
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?.
Solution
Install Anaconda.
Open 'Anaconda Prompt' as administrator.
Type the following:
conda install -c conda-forge selenium
Answered By - David Copperfield
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.