Ubuntu下使用EasyNuitka
#安装方法
pip install EasyNuitka
#运行
python -m EasyNuitka
python -m nuitka --follow-imports --onefile --mingw64 --show-progress --plugin-enable=pyqt5 --plugin-enable=numpy --output-dir= --windows-icon-from-ico=MainProgram.ico MainProgram.py