pyinstall打包程序出现找不到amd64…
扫描二维码
随时随地手机看文章
今天想把一个python程序打包成exe,在装好必须的一些东西后运行pyinstall -F db.py,出现以下错误提示: INFO: Searching for assembly amd64_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_none WARNING: Assembly not found ERROR: Assembly amd64_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_none not found 直接上网查找这个错误提示也找不到解决办法。后来知道这属于vc2008组件。我重装了vc2008,但在c:/windows/winsxs文件夹中仍然找不到这个文件夹。查了不少资料后知道了确实是vc2008的问题,我只装了x86版,这个需要x64版才有。官网下载了vc2008 x64和vc2008 x64 sp1安装后便没有出现这个错误了。 下载地址: http://www.microsoft.com/zh-cn/download/confirmation.aspx?id=15336 http://www.microsoft.com/zh-cn/download/details.aspx?id=2092