我有一个利用endpoints-proto-datastore的appengine Python应用程序。我使用以下方法安装了端点-proto-datastore:
git submodule add https://github.com/GoogleCloudPlatform/endpoints-proto-datastore
当我通过PyCharm(使用Google Appengine Python SDK)部署我的应用程序时,它确实有效。 当我推送谷歌的存储库(Push-to-Deploy)时,它不起作用。使用Push-to-Deploy时,我收到以下日志消息:
ImportError:没有名为endpoints_proto_datastore.ndb
的模块我是否必须下载endpoints_proto_datastore库并将其解压缩到根目录以使Push-to-Deploy正常工作?我想要了解最新信息,这就是我使用git子模块的原因。