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

ImportError: cannot import name 'search' #13

Open
orophix opened this issue Mar 15, 2020 · 1 comment
Open

ImportError: cannot import name 'search' #13

orophix opened this issue Mar 15, 2020 · 1 comment

Comments

@orophix
Copy link

orophix commented Mar 15, 2020

~/Email-extractor$ python3 EmailExtractor.py 
Traceback (most recent call last):
  File "EmailExtractor.py", line 6, in <module>
    from googlesearch import search
ImportError: cannot import name 'search'

Running ubuntu 18.04 , installed requirements. Run using python3. Could you please help?

@DiegoCaraballo
Copy link
Owner

@orophix
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

2 participants