gpt4 book ai didi

python - 找不到 simplejson 但在尝试安装时说它在那里?

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

当我尝试编译时,出现以下错误:

ImportError: No module named simplejson

所以我尝试了:

pip install simplejson

我得到:

Requirement already satisfied (use --upgrade to upgrade): simplejson in /Library/Python/2.7/site-packages
Cleaning up...

我尝试卸载它并再次安装,但出现同样的错误。

我正在 OS Yosemite 上运行 python 2.7.9

知道我能做什么吗?提前致谢

最佳答案

如果您的 simplejson 安装无法正常工作,您也可以使用 json Python 2.6+ 中默认包含库。如果您不关心微小的速度差异或向后兼容性问题,JSON 库应该足够并且提供相同的 API。有关 json 和 simplejson 之间差异的更多信息,请查看 this post.

您还可以通过更改 import 语句来满足当前对 simplejson 的依赖

import simplejson

import json as simplejson

关于python - 找不到 simplejson 但在尝试安装时说它在那里?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29733596/

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