Python3.5在Windows 10上安装Pillow时出错

2024-09-29 23:22:44 发布

您现在位置:Python中文网/ 问答频道 /正文

当尝试在运行Python 3.5的Windows 10计算机上使用easy\u installer安装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上的问题和google错误消息联系在一起?)这就是编程的本质,不是吗?所以,我现在俯伏在高级开发人员面前,寻找解决我编程难题的方法。在


Tags: installhttpsorgpypilocaleasysetupzip

热门问题