-
Notifications
You must be signed in to change notification settings - Fork 75
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
ERROR when executing the script #15
Comments
Same here... |
@gelatorema @vebaev |
Brother. You must install the requirements one by one, with pip command, and then just run the script, but take in count the version of python that you have installed, if you are using python3, use it as command to run the script. And you will see that works like a charm ! ;) |
I have an error 'utf-8' codec can't decode byte 0xf3 in position 217: invalid continuation byte |
After installing all the requirement.txt i get the following error:
During handling of the above exception, another exception occurred: |
when ever i run the script it says "Line 6 in module, from googlesearch import search import error no module named googlesearch
The text was updated successfully, but these errors were encountered: