小编Bar*_*osz的帖子

Python 3.5我无法安装Pillow

我已经安装了Python 3.5.0rc3 amd64,我需要安装Pillow.所以我从http://www.lfd.uci.edu/~gohlke/pythonlibs/ Pillow-2.9.0-cp35-none-win_amd64.whl 下载了它,我也已经成功安装了pip.但是当我从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.
Run Code Online (Sandbox Code Playgroud)

此外,当我卸载此软件包并且我尝试通过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. 
Run Code Online (Sandbox Code Playgroud)

我能做什么?

python python-3.x python-3.5

4
推荐指数
1
解决办法
1万
查看次数

标签 统计

python ×1

python-3.5 ×1

python-3.x ×1