-
Notifications
You must be signed in to change notification settings - Fork 3
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
fix pls #1
Comments
You need to import that requires libraries @darkzone964 |
i download the txt file and i search for the library but its not working |
python3 GoogleFU.py Why? I installed everything smoothly |
im on MacOS bth. M1 |
R u in the folder when u run that command? |
Did you create a virtual python environment @darkzone964?
That's what I did to get this to work under linux; windows may be different tho. |
python3 GoogleFU.py
Traceback (most recent call last):
File "/home/dark/Desktop/tools/GoogleFU/GoogleFU.py", line 2, in
from modules.search import Search
File "/home/dark/Desktop/tools/GoogleFU/modules/search.py", line 1, in
from googlesearch import search as gsearch
ImportError: cannot import name 'search' from 'googlesearch' (/usr/local/lib/python3.11/dist-packages/googlesearch/init.py)
The text was updated successfully, but these errors were encountered: