gpt4 book ai didi

Python3 : unable to import JSONDecodeError from json.解码器

转载 作者:太空狗 更新时间:2023-10-30 00:23:19 27 4
gpt4 key购买 nike

我使用 python 3.4.3 设置 virtualenv 并尝试从 json.decoder 导入 JSONDecodeError

from json.decoder import JSONDecodeError (I think its valid in python3 ? But why not working for me ?) 

但它不起作用。只有下面是工作:

from simplejson import JSONDecodeError

我是怎么做到的?

virtualenv venv --no-site-packages -p python3 
pip install ipython
ipython
from json.decoder import JSONDecodeError
ImportError: cannot import name 'JSONDecodeError'

enter image description here

最佳答案

根据 3.4.x docs , 纯 ValueError 当 JSON 解码失败时引发。

JSONDecodeError 类从 3.5.x 开始可用.

关于Python3 : unable to import JSONDecodeError from json.解码器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44714046/

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