Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google Search Error - Ubuntu 18.04 #8

Open
lovalova2004 opened this issue Feb 12, 2019 · 3 comments
Open

Google Search Error - Ubuntu 18.04 #8

lovalova2004 opened this issue Feb 12, 2019 · 3 comments

Comments

@lovalova2004
Copy link

Hi,

when i try to execute your program on ubuntu 18.04, i get the following error message. Is this normal?

Traceback (most recent call last):
File "./EmailExtractor.py", line 6, in
from googlesearch import search
ImportError: No module named googlesearch

I have installed the following packages below:
sudo apt-get install pip3
pip3 install google
pip3 install google-search
pip3 install beautifulsoup4
pip3 install fake-useragent

@luluhoc
Copy link

luluhoc commented Feb 12, 2019

Are you running it with python3?

python3 EmailExtractor.py

@DiegoCaraballo
Copy link
Owner

@lovalova2004

@DiegoCaraballo
Copy link
Owner

@lo
Try with: pip install requirements.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants