py-bson / bson

Independent BSON codec for Python that doesn't depend on MongoDB.
Other
443 stars 82 forks source link

import error #104

Closed hotpeppeper closed 3 years ago

hotpeppeper commented 3 years ago

cannot import name 'json_util' from 'bson' bson version 0.5.10

Parkayun commented 3 years ago

We don't have json_util. You maybe confuse with another package

rommelparasar commented 3 years ago

json_util is only available on the pymongo package