【排错】Fatal error: PyInstaller does not include a pre-compiled bootloader for your platform.
使用pyinstaller打包时出现错误:Fatal error: PyInstaller does not include a pre-compiled bootloader for your platform.研究了一下资料,解决了该问题。(1)安装 Visual Studio Build Tools下载并安装 Visual Studio Build Tools安装时选择 "C++ 生成工具"(2)手动编译引导加载程序# 克隆 PyInstaller 源码 git clone https://github.com...

最近评论