pyinstaller打包后报错AttributeError: 'NoneType' object has no attribute 'write'
查看pyinstaller版本为:pyinstaller-5.13.2
卸载高版本:pip uninstall pyinstaller
安装指定版本:pip install pyinstaller==5.6.2
重新打包问题解决
pyinstaller打包后报错AttributeError: 'NoneType' object has no attribute 'write'查看pyinstaller版本为:pyinstaller-5.13.2 卸载高版本:pip uninstall pyinstaller 安装指定版本:pip install pyinstaller==5.6.2 重新打包问题解决
|