Pyinstaller 引导加载程序的编译器问题
Problem with compiler for bootloader of Pyinstaller
这里的问题很简单(我希望如此),我对这个话题一窍不通。
我遇到了 pyinstaller 生成的“.exe”文件的“病毒”问题。
我读到一个新的 pyinstaller 引导加载程序可以提供帮助。
所以点击这些链接:
how to recompile the bootloader of Pyinstaller
https://pyinstaller.readthedocs.io/en/stable/bootloader-building.html#id9
我到此为止:
所以我安装了这个包:
根据 Visual Studio 2019 可再发行的 Microsoft Visual C++ - VC_redist.x56.exe
但是没有用。我不知道如何教 python /system 找到编译器。
我尝试安装 TDM-GCC 编译器,我 运行 它并得到:
我没有别的想法。
请帮忙
卢卡
我安装了这个版本的 Visual Studio 软件包:
并且 g++ 编译器已正确安装。
我遵循了这里写的程序:
how to recompile the bootloader of Pyinstaller
并且我获得了一个完美版本的pyinstaller,没有通过virustotal.com
检查病毒
这里的问题很简单(我希望如此),我对这个话题一窍不通。
我遇到了 pyinstaller 生成的“.exe”文件的“病毒”问题。 我读到一个新的 pyinstaller 引导加载程序可以提供帮助。
所以点击这些链接:
how to recompile the bootloader of Pyinstaller
https://pyinstaller.readthedocs.io/en/stable/bootloader-building.html#id9
我到此为止:
所以我安装了这个包:
根据 Visual Studio 2019 可再发行的 Microsoft Visual C++ - VC_redist.x56.exe
但是没有用。我不知道如何教 python /system 找到编译器。
我尝试安装 TDM-GCC 编译器,我 运行 它并得到:
我没有别的想法。
请帮忙
卢卡
我安装了这个版本的 Visual Studio 软件包:
并且 g++ 编译器已正确安装。
我遵循了这里写的程序:
how to recompile the bootloader of Pyinstaller
并且我获得了一个完美版本的pyinstaller,没有通过virustotal.com
检查病毒