I\'m getting a strange error when trying to install Pillow using pip/easy_install:
cc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -O
I solved that problem the following way. Propably has something to do with todays Mavericks commandline tools update. Try adding following to the terminal before executing pip install:
export CFLAGS=-Qunused-arguments export CPPFLAGS=-Qunused-arguments