其他分享
首页 > 其他分享> > pyinstaller 打包坑-vcruntime140.dll 未在指定的window上运行

pyinstaller 打包坑-vcruntime140.dll 未在指定的window上运行

作者:互联网

环境

win10-64

python3.7 32位

 

打包脚本后运行,提示vcruntime140.dll 未在指定的window上运行,下图是参考

 

 找了下,说是版本不同,或者upx压缩错误,然后就加了下 --noupx命令,打包完,软件大了一圈,不过再运行就没报错了

 

具体原因应该是安装的ups是64位的,然后压缩了32位的,导致报错了

 

标签:vcruntime140,pyinstaller,dll,window,报错,64,打包
来源: https://www.cnblogs.com/darkspr/p/11253942.html