Wardon&ET 博客

python打包exe报错 'str' object has no attribute 'item

pyinstaller打包时报:AttributeError: 'str' object has no attribute 'items'

ps:我是通过第一步解决的

1. 可能是setuptools比较老: 更新一下 pip install --upgrade setuptools

没解决ok,下一步:

2.  pip uninstall enum34    卸载掉这个,

还是有问题。。。那你看下是否引用了six模块,打包时加进去
————————————————
版权声明:本文为CSDN博主「飞奔的猫」的原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/jylonger/article/details/86537290