python 中json has no attribute 'loads'

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python 中json has no attribute 'loads'相关的知识,希望对你有一定的参考价值。

在python爬虫时出现了json has no attribute ‘loads‘问题。

1 可能是没有安装json包,cmd-pip install json, 显示已安装。

2 当前盘中存在json.py文件,导致错误。

因为我的python文件是保存在F盘中的,而F盘中有名为json.py的文件,所以运行程序时首先在F盘中寻找json文件,名称有json的被认为json包,而其中没有loads模块。

3 解决办法:把F盘中的json.py改名为json1.py重新运行程序,问题解决。

以上是关于python 中json has no attribute 'loads'的主要内容,如果未能解决你的问题,请参考以下文章

在 PySpark 中展开 json 列 - 架构问题 - AttributeError: 'tuple' object has no attribute 'name'

VS Code报错Module 'xx' has no 'xx' member pylint(no-member)解决办法

python中object has no attribute问题

ubuntu python opencv3 cv2.cv2 has no attribute 'face' 'cv2.face' has no attribute

AttributeError: 'module' object has no attribute 'dumps'

python报错提示 AttributeError: ‘bytes’ object has no attribute ‘encode’、