A
A
andrey_levushkin2019-03-13 21:19:12
linux
andrey_levushkin, 2019-03-13 21:19:12

There is no search function in the google module, what should I do?

The program required the google module to work.
I installed it:
sudo pip install google
Now it gives:
from google import search
ImportError: cannot import name search
I checked the functions of the installed google module, and there is no search function
Maybe the module needs to be updated somehow?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
sim3x, 2019-03-13
@sim3x

https://python-googlesearch.readthedocs.io/en/late...

B
BJlaDuMup, 2019-03-13
@BJlaDuMup

from googlesearch import search

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question