gpt4 book ai didi

json - Python2 : Installing json_util

转载 作者:行者123 更新时间:2023-12-04 04:30:01 27 4
gpt4 key购买 nike

我曾经从 bson 导入 json_util:

from bson import json_util

现在我得到:
ImportError: cannot import name json_util

我现在如何安装 json_util?

最佳答案

你做了吗?
pip install bson
这不是第 3 方包,它不包括 MongoDB 包中的所有好东西

https://pypi.org/project/bson/

json_util(和许多其他实用程序)在 MongoDB Inc 的 pymongo 包中提供。
pip install pymongo
https://pypi.org/project/pymongo/

如 pymongo pypi 页面所述

Do not install the “bson” package from pypi. PyMongo comes with its own bson package; doing “easy_install bson” installs a third-party package that is incompatible with PyMongo.



一些发行版包 MongoDB 的 bson 包
您可能正在使用 RHEL 衍生产品,因为您正在查看 py27。 EPEL 有一个稍微过时的版本,您可以使用它来安装
yum install python-bson
http://fedora-epel.mirrors.tds.net/fedora-epel/7/x86_64/Packages/p/python-bson-2.5.2-4.el7.x86_64.rpm

mainline ubuntu 也将其打包(也将 C 模块分离到 -ext 包中)

https://packages.ubuntu.com/bionic/python-bson
apt-get install python-bson python-bson-ext

关于json - Python2 : Installing json_util,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52857945/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com