gpt4 book ai didi

python - 无法导入 Google Cloud Datastore 库

转载 作者:太空宇宙 更新时间:2023-11-03 14:07:22 25 4
gpt4 key购买 nike

我正在编写一个 App Engine 标准 python 应用程序,它访问数据存储区。

但是导入 google-cloud-datastore 库会触发此错误:

 File "/usr/lib/google-cloud-sdk/platform/google_appengine/google/appengine/runtime/wsgi.py", line 240, in Handle
handler = _config_handle.add_wsgi_middleware(self._LoadHandler())
File "/usr/lib/google-cloud-sdk/platform/google_appengine/google/appengine/runtime/wsgi.py", line 299, in _LoadHandler
handler, path, err = LoadObject(self._handler)
File "/usr/lib/google-cloud-sdk/platform/google_appengine/google/appengine/runtime/wsgi.py", line 85, in LoadObject
obj = __import__(path[0])
File "/home/qiuchen/PycharmProjects/recsys_v1/main.py", line 6, in <module>
from google.cloud import datastore
File "/usr/lib/google-cloud-sdk/platform/google_appengine/google/appengine/tools/devappserver2/python/runtime/sandbox.py", line 1147, in load_module
raise ImportError('No module named %s' % fullname)
ImportError: No module named google.cloud.datastore

这是我的代码的开头:

    import webapp2

from google.appengine.ext import ndb

from google.cloud import datastore

最佳答案

作为google-cloud-python GitHub page表示,App Engine Standard 目前不支持 google-cloud-python 客户端库。

推荐的方法是使用 ndb client library访问数据存储。 ndb 专为 App Engine Standard 设计。

关于python - 无法导入 Google Cloud Datastore 库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48774539/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com