I'm trying to install Pillow for Python and i run this command on the terminal
sudo pip install Pillow
and i get this error
clang: error: no such file or directory: 'build/temp.macosx-10.10-intel-2.7/_imagingtk.o'
clang: error: no such file or directory: 'build/temp.macosx-10.10-intel-2.7/Tk/tkImaging.o'
error: command 'cc' failed with exit status 1
Any solutions for this? i tried looking in stack overflow only similar errors but not the same one