Pyinstaller的Bootloader的编译器问题

问题描述

我希望在这里提出一个简单的问题,对于这个话题我是个菜鸟。

我正在使用pyinstaller生成的“ .exe”文件来处理“病毒”问题。 我读到一个新的pyinstaller引导加载程序可能会有所帮助。

因此,请点击以下链接

how to recompile the bootloader of Pyinstaller

https://pyinstaller.readthedocs.io/en/stable/bootloader-building.html#id9

我到此为止:

Output for the main step of procedure

所以我安装了这个软件包:

每个Visual Studio 2019可重新分发的Microsoft Visual C ++-VC_redist.x56.exe

但是没有用。我不知道如何教python / system查找编译器。

我尝试安装TDM-GCC编译器,运行它,我得到了:

TDM-GCC compiler test

我没有其他想法。

请帮助

路卡

解决方法

我安装了此版本的Visual Studio软件包:

The magic Visual Studio package (sorry for Italian)

并且g ++编译器已正确安装。

我遵循此处编写的程序:

how to recompile the bootloader of Pyinstaller

并且我获得了一个完美的pyinstaller版本,没有使用virustotal.com检查病毒