MarioVilas / googlesearch

Google search from Python (unofficial).
BSD 3-Clause "New" or "Revised" License
1.15k stars 393 forks source link

ModuleNotFoundError: No module named 'googlesearch' #86

Closed Talha089 closed 4 years ago

Talha089 commented 4 years ago

I have installed google by $ pip install google $ pip3 install google and when im trying to import the google search it throws an error:

ModuleNotFoundError Traceback (most recent call last)

in 5 from scrapy.crawler import CrawlerProcess 6 from scrapy.linkextractors.lxmlhtml import LxmlLinkExtractor ----> 7 from googlesearch import search ModuleNotFoundError: No module named 'googlesearch'
MarioVilas commented 4 years ago

Beats me. Sounds like something wrong with your Python install?

Talha089 commented 4 years ago

yes maybe, Can you sort this out? Where Am i having trouble? Other libraries are working fine like scrapy pandas etc. I'm running python2+ as a default and using python 3+ in anaconda.