pyinstaller 打包的时候报错:
Fatal error: PyInstaller does not include a pre-compiled bootloader for your
platform. For more details and instructions how to build the bootloader see
这个问题的具体原因我也不知道,看了很多文章都没有解决。直到这一篇:Pyinstaller缺少引导加载程序
我创建了个新的虚拟环境,下载pyinstaller源码包安装(python setup.py install) 然后在打包,就可以了。
你们可以试着卸载之前的pyinstaller,通过源码包的方式重新安装,再打包试试;再不行就创建一个新的虚拟环境,源码包安装pyinstaller,再打包试试。