Stella Lu

Results 6 comments of Stella Lu

I'm having the same problem and even after trying: `sudo pip install Google-Search-API sudo -H pip install Google-Search-API` I'm getting the same error message. Command "python setup.py egg_info" failed with...

From the readme, how would I import the package from the Google-Search API folder? I've tried: ``` import os os.chdir("/Users/Name/project-folder-name/Google-Search-API/") from google import google ``` which results in "ModuleNotFoundError: No...

@JuaniFilardo I tried: ``` import sys sys.path.append('/Users/Name/Project/Google-Search-API') from google import google ``` and I get this error: ``` Traceback (most recent call last): File "main.py", line 7, in from google...

@JuaniFilardo Thank you! I'm a little new to all of this, but that worked.

@KeyKrusher Unfortunately I couldn't figure it out. Maybe someone else will stumble upon this