If you do a pip install pillow for python-3 on CentOS 6, you may encounter a broken and exception error.
# pip install pillow ...... ...... ValueError: jpeg is required unless explicitly disabled using --disable-jpeg, aborting
Solution: Install “libjpeg-turbo-devel” and “libjpeg-turbo-static” which is an important dependencies for pillow module
# yum install libjpeg*
# easy_install pillow Searching for pillow Reading https://pypi.python.org/simple/pillow/ Best match: Pillow 3.1.0 .......... .......... Installed /usr/local/python-3.4.3/lib/python3.4/site-packages/Pillow-3.1.0-py3.4-linux-x86_64.egg Processing dependencies for pillow Finished processing dependencies for pillow