有魅力夏天

文章
4
资源
0
加入时间
3年1月13天

ImportError: No module named 'bson.json_util'

当from bson.json_util import dumps的时候,抛出一个导入错误,没有这个模块,后来查看了一下,它需要依赖pymongo这个库,所以先安装了一下这个库,就可以了 ...