标签: python google-app-engine google-cloud-datastore
我正在尝试将一个简单的python Flask应用程序部署到appengine,它使用Google Datastore。
问题是我无法导入数据存储库。服务器发出500错误,日志显示 -
ImportError: cannot import name datastore
我的导入语句如下所示 -
from google.cloud import datastore
我已经尝试将其与lib/文件夹中的应用程序一起打包,就像第三方库一样(建议here),但这也无济于事。
lib/