繁体   English   中英

Windows 10上的Python 3.5 easy_install枕头错误

[英]Python 3.5 easy_install Pillow Error on Windows 10

尝试使用easy_installer在运行Python 3.5的Windows 10计算机上安装Pillow时:

    C:\Users\MMG\AppData\Local\Programs\Python\Python35-32\Scripts>easy_install pillow
Searching for pillow
Reading https://pypi.python.org/simple/pillow/
Best match: Pillow 2.9.0
Downloading https://pypi.python.org/packages/source/P/Pillow/Pillow-2.9.0.zip#md5=cd4e6286fb28e277954c011c3ce05bc4
Processing Pillow-2.9.0.zip
Writing C:\Users\MMG\AppData\Local\Temp\easy_install-vs9ktc0i\Pillow-2.9.0\setup.cfg
Running Pillow-2.9.0\setup.py -q bdist_egg --dist-dir C:\Users\MMG\AppData\Local\Temp\easy_install-vs9ktc0i\Pillow-2.9.0\egg-dist-tmp-cwgzeemi
Single threaded build, not installing mp_compile: 4 processes
error: Setup script exited with error: Unable to find vcvarsall.bat

我一直在互联网上搜寻解决方案,但现在在解决问题上感到无能为力。 (显然,我将解决问题与浏览StackExchange上的Questions和Googling错误消息相关联?)这是编程的本质,不是吗? 因此,我现在在高级开发人员面前寻找自己的编程难题的解决方案。

坏消息:Pillow 2.9.0没有适用于Python 3.5的Windows二进制文件,因此它尝试构建源但失败了。

好消息:Pillow 3.0.0已于昨天发布,应该具有适用于Python 3.5的Windows二进制文件。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM