ImportError: No module named moves

后端 未结 3 1713
时光说笑
时光说笑 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:31

    For me the issue was resolved by following it on https://github.com/googleapis/python-ndb/issues/249

    andrewsg commented 11 days ago:

    I think we've identified an issue with devappserver related to the six library specifically. Could you please try a workaround? Add the line: import six; reload(six) to the top of your app, before NDB is loaded and let me know if that works.

提交回复
热议问题