ImportError: No module named moves

后端 未结 3 1737
时光说笑
时光说笑 2021-01-18 19:44

Versions

  • Python : 2.7.14
  • six : 1.9.0 & 1.11.0(tried on both)
  • OS
3条回答
  •  难免孤独
    2021-01-18 20:23

    Based on follow up with google support team have figured out that communicating with datastore using google-cloud-datastore is deprecated instead using ndb for communicating datastore is the way to go.

    Updated documentation stating deprecation using client datastore library is documented here

    Documentation to getting started with ndb client library in python is documented here

提交回复
热议问题