Python报错:AttributeError: ‘list‘ object has no attribute ‘item‘
运行python程序出现:AttributeError: 'list' object has no attribute 'item'。这里主要是指找不到某个参数,查看python的包:pip list,查看marshmallow的版本,我这里是因为版本太低,是2.18.0,重新下载pip installmarshmallow==3.7.0,然后问题解决。marshmallow是用作序列化的包,版本
·
运行python程序出现:AttributeError: 'list' object has no attribute 'item'。
这里主要是指找不到某个参数,查看python的包:pip list,查看marshmallow的版本,我这里是因为版本太低,是2.18.0,重新下载pip install marshmallow==3.7.0,然后问题解决。
marshmallow是用作序列化的包,版本太低可能导致有些序列化不正确。
更多推荐
已为社区贡献6条内容
所有评论(0)