1

I tried running sudo ARCHFLAG=-Wunused-command-line-argument-hard-error-in-future pip install Pillow, but it fails with the following output:

cc -bundle -undefined dynamic_lookup -arch x86_64 -arch i386 -Wl,-F. build/temp.macosx-10.9-intel-2.7/_imaging.o build/temp.macosx-10.9-intel-2.7/decode.o ... continued ...

clang: error: no such file or directory: 'build/temp.macosx-10.9-intel-2.7/_imaging.o'

clang: error: no such file or directory: 'build/temp.macosx-10.9-intel-2.7/decode.o'

...etc...

error: command 'cc' failed with exit status 1

----------------------------------------
Cleaning up...

What's the proper way of getting these files?

  • What happens if you do a simple `pip install Pillow`? – rnevius Jul 23 '14 at 15:55
  • @rnevius The same error occurs. I set the `ARCHFLAG` so that it won't raise an error for invalid compiler flags. –  Jul 23 '14 at 16:03
  • maybe answers from here: http://stackoverflow.com/questions/20060096/installing-pil-with-pip can help you – ruddra Jul 23 '14 at 16:26
  • Hmm. Doesn't seem to be a related issue, unfortunately. –  Jul 23 '14 at 17:10

0 Answers0