【发布时间】:2023-12-11 21:49:01
【问题描述】:
请帮我解决这个错误?我在应用程序引擎 (https://developers.google.com/appengine/articles/prediction_service_accounts) 上做这个练习,但我被困在步骤 6.2,因为我提出了这个错误(当我运行部署操作时,步骤 6.1 是成功的):
: 没有名为 appengine 的模块 回溯(最近一次通话最后): 文件“/base/data/home/apps/s~01prediction/1.367567721220366691/main.py”,第 29 行,在 从 oauth2client.appengine 导入 AppAssertionCredentials
第 29 行的错误: 从 oauth2client.appengine 导入 AppAssertionCredentials
【问题讨论】:
标签: google-app-engine google-prediction