Error with compiled Pillow on Python 3.6 virtualenv
问题 I am running a linux box with ubuntu 14, it runs an apache2 server that hosts a Django application. This application imports PIL from the installed Pillow library. It was all working fine when I was on Python 3.5, however after upgrading to Python 3.6 and reinstalling Pillow in the Virtualenv, I get an error when the webserver tries importing PIL. When I run the Python interpreter it all imports fine as it uses the py script directly however as the webserver is using the installed and