Python 3.5我无法安装Pillow

时间:2015-09-20 21:32:14

标签: python python-3.x python-3.5

我已经安装了Python 3.5.0rc3 amd64,我需要安装Pillow。所以我从http://www.lfd.uci.edu/~gohlke/pythonlibs/ Pillow-2.9.0-cp35-none-win_amd64.whl下载了它,我也成功地通过pip安装了它。但是当我从PIL导入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.

此外,当我卸载此软件包并且我尝试通过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. 

我该怎么办?

1 个答案:

答案 0 :(得分:5)

在命令行上尝试此命令:

python -m pip install pillow