Web Scraping with Python - ModuleNotFoundError no module named selenium

+1 vote
While I am trying to run the code mentioned in the page "Web Scraping with Python", I am getting ModuleNotFoundError. I have already installed selenium using pip install selenium and when I try to cross-check using pip list method, I do get selenium listed in the modules installed. How do I solve this problem. Further how can we scrape the web without using any browser.
Aug 9, 2020 in Python by shamsher
• 130 points
3,826 views

1 answer to this question.

0 votes

Hello @shamsher,

First try to check what version of the Python Interpreter is interpreting your script using: 

python --version

Try this if you have python3.

pip3 install selenium

However to know how can we scrape the web without using any browser refer this.

If you want to know more about Web Scraping With Python - A Beginner's Guide 

Hope it help you!!
Thank you!!

answered Aug 10, 2020 by Niroj
• 82,880 points

Related Questions In Python

+1 vote
3 answers
+1 vote
2 answers

ModuleNotFoundError: No module named 'selenium'

i fix the problem after installing go ...READ MORE

answered Nov 18, 2020 in Python by ahmed
24,024 views
0 votes
1 answer

Python Error: ModuleNotFoundError: No module named '<moduleName>'

Python3 and pip are most likely pointing ...READ MORE

answered Nov 22, 2020 in Python by Gitika
• 65,910 points
6,518 views
0 votes
1 answer

How to perform web scraping with python?

Hey, there are various libraries used in ...READ MORE

answered Apr 20, 2018 in Python by aayushi
• 750 points
1,577 views
+3 votes
1 answer

Tensorflow 1.5 ImportError: No module named tensorflow.python.client

I think it's a bug in Tensorflow ...READ MORE

answered Sep 25, 2018 in Python by charlie_brown
• 7,720 points
6,588 views
0 votes
1 answer

tensorflow 1.5 ImportError: No module named tensorflow.python.client

Some of the modules have changed in ...READ MORE

answered Oct 5, 2018 in Python by Priyaj
• 58,090 points
2,477 views
0 votes
1 answer

Python error "ImportError: No module named pygame.locals"

You need to download and install the ...READ MORE

answered Jun 18, 2019 in Python by Greg
6,236 views
0 votes
1 answer

Python: ImportError: No module named Crypto.Cipher

Seems like the pycrypto package is not ...READ MORE

answered Jul 31, 2019 in Python by Hari
23,512 views
+2 votes
3 answers

ModuleNotFoundError: No module named 'cv2'

Hi@akhtar, This error may occur if you didn't install ...READ MORE

answered Apr 9, 2020 in Python by MD
• 95,440 points
266,471 views
0 votes
2 answers

Python error “ImportError: No module named”

use the dir() function for particular import ...READ MORE

answered Jun 6, 2020 in Python by sahil
• 580 points
15,572 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP