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-API issue #12

Closed
CChamper opened this issue Feb 25, 2018 · 4 comments
Closed

Google-Search-API issue #12

CChamper opened this issue Feb 25, 2018 · 4 comments
Labels
good first issue Good for newcomers

Comments

@CChamper
Copy link

Receiving Error:
Traceback (most recent call last):
File "answer_bot.py", line 17, in
from bs4 import BeautifulSoup
ModuleNotFoundError: No module named 'bs4'

Went through installation, and receiving this.

@CChamper
Copy link
Author

After some testing, it seems like Google-Search-API is causing it, as that module was never installed. When I do try to install it, however, it gives me an error code:

Command "python setup.py egg_info failed with error code 1 in /private/var/folders/;_/hzc4rwbj22d54r1yh4dl8trm0000gn/T/pip-build-gq0m9djd/Google-Search-API/"

@bobdummy
Copy link

Yeah, I'm getting the same issue. Did you find a solution?

@deviharisakthi
Copy link

Install using pip install git+https://github.com/abenassi/Google-Search-API/. This worked for me.

@sushant10
Copy link
Owner

@deviharisakthi is right. Here's the link : https://github.com/abenassi/Google-Search-API/

Look at installation in readme in the link.

@sushant10 sushant10 added the good first issue Good for newcomers label Feb 26, 2018
@sushant10 sushant10 changed the title Trackback Error Google-Search-API issue Feb 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

4 participants