我有一个appengine Python应用程序,它利用了endpoints-proto-datastore。我确实使用以下命令安装了endpoints proto-datastore:
Git子模块添加https://github.com/GoogleCloudPlatform/endpoints-proto-datastore
当我通过PyCharm (使用Google Appengine Python SDK)部署我的应用程序时,它确实起作用了。当我推送到google的存储库(一键部署)时,它不起作用。使用Push-to-Deploy时,我收到以下日志消息:
ImportError:没有名为endpoints_proto_datastore.ndb的模块
我是否必须下载endpoints_proto_datastore库并将其解压缩到根目录中才能使一键式部署正常工作?我想跟上时代,这就是为什么我使用了git子模块。
发布于 2015-01-13 00:23:08
看起来这并不像here所说的那样工作
https://stackoverflow.com/questions/27905918
复制相似问题