pyinstaller打包时报错:AttributeError: 'str' object has no attribute 'items'
网上查询,可能是setuptools比较老: 更新一下 pip install --upgrade setuptools
按此方法,解决了我的问题,特记录。
pyinstaller打包时报错:AttributeError: 'str' object has no attribute 'items'
网上查询,可能是setuptools比较老: 更新一下 pip install --upgrade setuptools
按此方法,解决了我的问题,特记录。
转载于:https://www.cnblogs.com/SH170706/p/10513801.html