0

enter image description here I am trying to use Selenium. I did not have it installed before, I used pip3 to install it, the install was successful. I opened python3 and imported Selenium and it said Module not found. Anyone have any idea what could be the problem?

Thank you.

2 Answers 2

2

Your pip3 may not be using the same python3 version your are running.

Try installing it this way:

python3 -m pip install selenium
Sign up to request clarification or add additional context in comments.

Comments

0

I dont think you should be using 'import selenium'. 'import webdriver' maybe? https://selenium-python.readthedocs.io/getting-started.html

5 Comments

I tried that Sir, It still says module not found. Any other ideas.
Yes sir I have, Still says No module named 'selenium'.
Hmm, if it installed correctly, then really dont know sorry mate
You don't see anything incorrect with my download do you tho sir ?
It looks like in installed correctly. Hmm. Have you Googled "ModuleNotFoundError: no module named 'selenium'" and looked at the other posts on Stackoverflow from people who have had the same problem?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.