欢迎使用CSDN-markdown编辑器

来源:互联网 发布:网络售前工程师面试题 编辑:程序博客网 时间:2024/04/28 02:10

安装pillow出现以下问题:

    ValueError: jpeg is required unless explicitly disabled using --disable-jpeg, aborting

    Cleaning up...    Command /usr/local/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip_build_root/pillow/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('rn', 'n'), __file__, 'exec'))" install --record /tmp/pip-SviNMc-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /tmp/pip_build_root/pillow    Storing debug log for failure in /root/.pip/pip.log

StackOverflow:

    http://stackoverflow.com/questions/34631806/fail-during-installation-of-pillow-python-module-in-linux

解决:

sudo yum install python-develsudo yum install zlib-develsudo yum install libjpeg-turbo-devel
原创粉丝点击