Guest User

Untitled

a guest
Dec 14th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. creating build/temp.linux-x86_64-2.7/libImaging
  2.  
  3. gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -I/usr/include/freetype2 -IlibImaging -I/usr/include -I/usr/local/include -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu -c _imaging.c -o build/temp.linux-x86_64-2.7/_imaging.o
  4.  
  5. _imaging.c:75:20: fatal error: Python.h: No such file or directory
  6.  
  7. compilation terminated.
  8.  
  9. error: command 'gcc' failed with exit status 1
  10.  
  11. ----------------------------------------
  12. Command /usr/bin/python -c "import setuptools;__file__='/home/mach3/WoUso/wouso/build/Pillow/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --single-version-externally-managed --record /tmp/pip-3u9CQ6-record/install-record.txt failed with error code 1
  13. Exception information:
  14. Traceback (most recent call last):
  15. File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 126, in main
  16. self.run(options, args)
  17. File "/usr/lib/python2.7/dist-packages/pip/commands/install.py", line 228, in run
  18. requirement_set.install(install_options, global_options)
  19. File "/usr/lib/python2.7/dist-packages/pip/req.py", line 1093, in install
  20. requirement.install(install_options, global_options)
  21. File "/usr/lib/python2.7/dist-packages/pip/req.py", line 566, in install
  22. cwd=self.source_dir, filter_stdout=self._filter_install, show_stdout=False)
  23. File "/usr/lib/python2.7/dist-packages/pip/__init__.py", line 255, in call_subprocess
  24. % (command_desc, proc.returncode))
  25. InstallationError: Command /usr/bin/python -c "import setuptools;__file__='/home/mach3/WoUso/wouso/build/Pillow/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --single-version-externally-managed --record /tmp/pip-3u9CQ6-record/install-record.txt failed with error code 1
Add Comment
Please, Sign In to add comment