您好,欢迎访问一九零五行业门户网

CentOS安装pillow报错的解决方法

安装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('\r\n', '\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/pillowstoring 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
其它类似信息

推荐信息