我无法在Google Cloud Datalab上使用“ Cloud Translation API”

问题描述 投票:1回答:1

我正在使用Google Cloud Datalab,但此代码出现错误

from google.cloud import translate

错误消息在这里

ImportError                               Traceback (most recent call last)
<ipython-input-3-d80fb3686483> in <module>()
----> 1 from google.cloud import translate

ImportError: cannot import name 'translate'

这是否意味着我需要将模块导入Shell?

google-cloud-datalab
1个回答
0
投票
Here,您可以找到有关在Datalab中安装python依赖项的更多信息。
© www.soinside.com 2019 - 2024. All rights reserved.