在您的情况下,UPX可能会破坏vcruntime140.dll。 解决方案是关闭UPX,所以只需将- noupx 添加到你的pyinstaller调用中。 pyinstaller --noupx --onedir --onefile ...
確定! 回上一頁