Guest User

Untitled

a guest
Feb 9th, 2014
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.90 KB | None | 0 0
  1. gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -IlibImaging -I/home/riku/rikuchan/venv/include -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c _imaging.c -o build/temp.linux-i686-2.7/_imaging.o
  2.  
  3. _imaging.c:75:20: fatal error: Python.h: No such file or directory
  4.  
  5. compilation terminated.
  6.  
  7. error: command 'gcc' failed with exit status 1
  8.  
  9. ----------------------------------------
  10. Command /home/riku/rikuchan/venv/bin/python -c "import setuptools;__file__='/home/riku/rikuchan/venv/build/pil/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --single-version-externally-managed --record /tmp/pip-vdJ4XG-record/install-record.txt --install-headers /home/riku/rikuchan/venv/include/site/python2.7 failed with error code 1 in /home/riku/rikuchan/venv/build/pil
  11. Storing complete log in /home/riku/.pip/pip.log
Advertisement
Add Comment
Please, Sign In to add comment