TypeError: attrib() got an unexpected keyword argument 'convert'
使用pyinstaller -F aaa.py时,报错
TypeError: attrib() got an unexpected keyword argument 'convert'
没有exe生成,打包其它py时没有出现过此问题,现在也不知具体原因,因为没有用到pytest,但是采用网上解决方法可行
解决方法:
1. pip uninstall attrs
2. pip install attrs==19.1.0