pip3 install 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 https://pyinstaller.readthedocs.io/en/stable/bootloader-building.html
stackoverflow 上也有教程
1.去下载tar.gz包 传送门
解压之
tar -cvf [包]
切到刚刚解压好的文件夹下
执行
cd pyinstaller/bootloader
sudo python3 ./waf disclean all
cd