【发布时间】:2020-05-24 20:55:24
【问题描述】:
我正在使用 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??
【问题讨论】: