当我从 googlesearch 导入 google 时,出现以下错误。
from googlesearch import search
(...\AppData\Roaming\Python\Python39\site-packages\googlesearch\__init__.py)
ImportError: cannot import name 'search' from 'googlesearch' in python
我只是尝试运行“... ppdata”中的整个 googlesearch.py 代码 oaming\python\python39\site-packages\googlesearch\googlesearch.py”。但是,然后我收到以下错误。
totalText = soup.select(GoogleSearch.TOTAL_SELECTOR)[0].children.__next__()
IndexError: list index out of range
有人知道如何解决这个问题吗?
您似乎混淆了这两个库googlesearch-python和google-search。
您很可能已经安装了第二个,但尝试使用第一个中的 API。