I'm trying to install Mezzanine through pip. It fails at Pillow. I tried to do a manual install of Pillow with the following:
>>python setup.py install build --compiler=mingw32
this eventually errors out with the following:
cc1.exe: error: unrecognized command line option '-mno-cygwin'
error: command 'gcc' failed with exit status 1
I'm trying to do this an a Windows 64 bit machine. My first thought was to get rid of the MinGW I currently have and try an older version. Anyone come across this or have any advice?