别人遇到的PyInstaller打包出错:
运行出错:
pyinstaller打包出来的程序,在我本机上运行正常,我现在拷贝到远程一个虚拟机上运行就报这个错误
搜:
pyinstaller exe microsoft.vc90.crt
找到我自己之前写的:
【记录】用PyInstaller把Python代码打包成单个独立的exe可执行文件 | 在路上
“
1439 INFO: Adding Microsoft.VC90.CRT to dependent assemblies of final executable
3074 INFO: Searching for assembly amd64_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_none …
3075 INFO: Found manifest C:\Windows\WinSxS\Manifests\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.21022.8_none_750b37ff97f4f68b.manifest
3081 INFO: Searching for file msvcr90.dll
3081 INFO: Found file C:\Windows\WinSxS\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.21022.8_none_750b37ff97f4f68b\msvcr90.dll
3081 INFO: Searching for file msvcp90.dll
3082 INFO: Found file C:\Windows\WinSxS\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.21022.8_none_750b37ff97f4f68b\msvcp90.dll
3082 INFO: Searching for file msvcm90.dll
3082 INFO: Found file C:\Windows\WinSxS\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.21022.8_none_750b37ff97f4f68b\msvcm90.dll”
Microsoft.vc90.crt.manifest could not be extracted
Python脚本打包成exe程序总结 – 梁鑫辉’Blog
http://blog.liangxh.cn/post/programming/pack_python_to_exe
说是:
“问题2:manifest could not be extracted
【现象】
程序运行时出现这个错误:
manifest could not be extracted
【原因】
不明。
猜测可能跟我自己的环境有关,换个电脑没发现问题。
可能的原因:
Windows10
同时安装有VS2012和VS2015
中文用户名
”
暂未解决。
转载请注明:在路上 » [未解决]PyInstaller打包exe运行出错:Microsoft.vc90.crt.manifest could not be extracted