AttributeError:模块' google'没有属性'搜索'

时间:2017-11-01 15:11:37

标签: python google-api anaconda google-api-client

我使用jupyter笔记本来运行代码。我在anaconda中创建了两个环境,一个是python 2.7,另一个是3.5版本(我主要使用)。所以我尝试使用以下链接来安装google api https://anaconda.org/conda-forge/google-api-python-client,好像已经安装了google软件包。但是当我尝试使用以下代码时,会出现错误消息。

import google
In [5]:

google.search()
---------------------------------------------------------------------------
AttributeError                            Traceback (most recent call last)
<ipython-input-5-113947656c70> in <module>()
----> 1 google.search

AttributeError: module 'google' has no attribute 'search'

我的方向是否错误?

0 个答案:

没有答案