ImportError: No module named objectid

后端 未结 4 1114
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-03 17:57

I have currently django-mongodb-engine 0.4.0 version installed on my Mac OS X 10.6.8 and weirdly encountered an interesting error while importing the \'compiler\' module:

4条回答
  •  無奈伤痛
    2020-12-03 18:14

    I tried to install bson with pip directly. Uninstall, and install pymongo instead and the error didnt reappear.

提交回复
热议问题