Python PyInstaller 打包报错:AttributeError: 'str' object has no attribute 'items'
pyinstaller打包时报错:AttributeError: ‘str’ object has no attribute ‘items’
网上查询,可能是setuptools比较老: 更新一下 pip install —upgrade setuptools
按此方法,解决了我的问题,特记录。
转载于//www.cnblogs.com/SH170706/p/10513801.html
还没有评论,来说两句吧...