执行
pip install PIL --allow-external PIL --allow-unverified PIL
报错:
解决方法:
yum install python-devel参考文章 :
http://stackoverflow.com/questions/11094718/error-command-gcc-failed-with-exit-status-1-while-installing-eventlet
然后再执行
pip install PIL --allow-external PIL --allow-unverified PIL
就提示Successfully installed PIL。