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

ERROR when executing the script #15

Open
gelatorema opened this issue Apr 26, 2020 · 5 comments
Open

ERROR when executing the script #15

gelatorema opened this issue Apr 26, 2020 · 5 comments

Comments

@gelatorema
Copy link

when ever i run the script it says "Line 6 in module, from googlesearch import search import error no module named googlesearch

@vebaev
Copy link

vebaev commented Jun 11, 2020

Same here...

@DiegoCaraballo
Copy link
Owner

@gelatorema @vebaev
Try with: pip install requirements.txt

@darkhacknet
Copy link

when ever i run the script it says "Line 6 in module, from googlesearch import search import error no module named googlesearch

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 ! ;)

@pitufogranjero
Copy link

I have an error

'utf-8' codec can't decode byte 0xf3 in position 217: invalid continuation byte

@drebeat
Copy link

drebeat commented Apr 30, 2023

After installing all the requirement.txt i get the following error:

  • Error occurred during loading data. Trying to use cache server https://fake-useragent.herokuapp.com/browsers/0.1.11
    Traceback (most recent call last):
    File "C:\Users\holam\AppData\Local\Programs\Python\Python310\lib\site-packages\fake_useragent\utils.py", line 154, in load
    for item in get_browsers(verify_ssl=verify_ssl):
  • File "C:\Users\holam\AppData\Local\Programs\Python\Python310\lib\urllib\request.py", line 643, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
    urllib.error.HTTPError: HTTP Error 503: Service Unavailable

During handling of the above exception, another exception occurred:

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

6 participants