gpt4 book ai didi

python - 没有名为 ijson 的模块

转载 作者:行者123 更新时间:2023-11-28 20:42:24 27 4
gpt4 key购买 nike

<分区>

我有一个很大的推文 json 文件(大约 5GB)。我有内存错误。所以,我决定解析数据。我找到了 ijson 包。我有这样的错误:

import ijson
parser = ijson.parse(tweets_data_path )
tweets_data = []
f = open(tweets_data_path, "r")
objects = ijson.items(f, 'other_config.item')
for line in objects:
try:
tweet = json.loads(line)
tweets_data.append(tweet)
except:
continue

“没有名为 ijson 的模块”我是 Python 的新手,我查看了包的源文件。但我可以完全了解要求是什么。任何帮助将不胜感激。

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