【发布时间】:2012-09-07 06:39:16
【问题描述】:
在我的一台 Windows 7 开发机器上,我正在尝试安装 Python 图像库。
我的机器是类似的。两者都运行 Windows 7 Professional,x64。两者都使用 Python 2.7.3(32 位)。在其中一台机器上pip install PIL 工作正常。另一方面,它失败了,跟踪以这个结尾:
build\temp.win-amd64-2.7\Release\_imaging.pyd.manifest : general error c1010070:
Failed to load and parse the manifest. The system cannot find the file specified.
error: command 'mt.exe' failed with exit status 31
我该如何解决这个错误?
【问题讨论】:
标签: python windows-7 python-imaging-library pip