【问题标题】:Python 3.5 I can't install PillowPython 3.5 我无法安装枕头
【发布时间】:2015-12-17 12:31:46
【问题描述】:

我已经安装了 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.

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

我能做什么?

【问题讨论】:

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


【解决方案1】:

在命令行上试试这个命令:

python -m pip install pillow

【讨论】:

    猜你喜欢
    • 2020-12-18
    • 2021-06-03
    • 2014-10-04
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2015-04-12
    • 1970-01-01
    • 2015-10-13
    相关资源
    最近更新 更多