CentOS安装pillow报错的解决方法
安装pillow出现以下问题:
ValueError:jpegisrequiredunlessexplicitlydisabledusing--disable-jpeg,aborting ---------------------------------------- Cleaningup... Command/usr/local/bin/python-c"importsetuptools,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--compilefailedwitherrorcode1in/tmp/pip_build_root/pillow Storingdebuglogforfailurein/root/.pip/pip.log
StackOverflow:
http://stackoverflow.com/questions/34631806/fail-during-installation-of-pillow-python-module-in-linux
解决:
sudoyuminstallpython-devel sudoyuminstallzlib-devel sudoyuminstalllibjpeg-turbo-devel