UPX在启动时出现坏图像而不是可压缩异常

时间:2017-12-16 02:24:36

标签: python windows python-3.x pyinstaller

该脚本非常简单,无需UPX。

import selenium
import scipy
import pandas as pd
print('Testing123')

发布后,我得到bad image

pyinstaller myfile.py --upx-dir=C:\upx394w --onedir

启动exe时不起作用,我使用的是Windows 64位。

pyinstaller az1.py --onedir –noupx(Az1.exe)[作品]

现在我跑步并得到不好的形象。只有真正的问题可能是:NotCompressibleException可能会出问题,但似乎是压缩(full command line output)

值得注意的是:

    upx: C:\Users\H0u\AppData\Roaming\pyinstaller\bincache01_py36_64bit\api-ms-win-crt-multibyte-l1-1-0.dll: NotCompressibleException
    69790 INFO: Building COLLECT out00-COLLECT.toc completed successfully.

File

1 个答案:

答案 0 :(得分:0)

好的,这很奇怪。这是常见问题,请参见此处:

https://github.com/pyinstaller/pyinstaller/issues/1565

正在删除vcruntime140.dll修复了这个问题。将进行进一步的测试,但这可以通过删除导致问题的文件(不确定是否安全)来解决,但是有效。