简体   繁体   English

Python 3.5我无法安装Pillow

[英]Python 3.5 I can't install Pillow

I have installed Python 3.5.0rc3 amd64 and I need to install Pillow. 我已经安装了Python 3.5.0rc3 amd64,我需要安装Pillow。 So I downloaded it from http://www.lfd.uci.edu/~gohlke/pythonlibs/ Pillow‑2.9.0‑cp35‑none‑win_amd64.whl and I've also installed by pip successfully. 所以我从http://www.lfd.uci.edu/~gohlke/pythonlibs/ Pillow-2.9.0-cp35-none-win_amd64.whl下载了它,我也已经成功安装了pip。 But when I'm typing in interpreter from PIL import Image I got the following message: 但是当我从PIL import Image输入解释器时,我收到以下消息:

File "C:\Program Files\Python 3.5\lib\site-packages\PIL\Image.py", line 63, in <module>
    from PIL import _imaging as core
ImportError: DLL load failed: The specified module could not be found.

Moreover when I uninstalled this package and I was trying to install by easy_install I got another error: 此外,当我卸载此软件包并且我尝试通过easy_install进行安装时,我收到了另一个错误:

Couldn't find a setup script in C:\Program Files\Python 3.5\Scripts\Pillow‑2.9.0‑cp35‑none‑win_amd64.whl. 

What can I do? 我能做什么?

在命令行上尝试此命令:

python -m pip install pillow

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

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