Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2014
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. building '_imagingft' extension
  2.  
  3. gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -fPIC -I/usr/include/freetype2 -IlibImaging -I/usr/include -I/usr/local/include -I/usr/include/python2.7 -c _imagingft.c -o build/temp.linux-x86_64-2.7/_imagingft.o
  4.  
  5. _imagingft.c:73:31: fatal error: freetype/fterrors.h: No such file or directory
  6.  
  7. #include <freetype/fterrors.h>
  8.  
  9. ^
  10.  
  11. compilation terminated.
  12.  
  13. error: command 'gcc' failed with exit status 1
  14.  
  15. ----------------------------------------
  16. Cleaning up...
  17. Command /usr/bin/python2 -c "import setuptools, tokenize;__file__='/tmp/pip_build_root/PIL/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-t6t5sz-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /tmp/pip_build_root/PIL
  18. Traceback (most recent call last):
  19. File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
  20. "__main__", fname, loader, pkg_name)
  21. File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
  22. exec code in run_globals
  23. File "/usr/lib/python2.7/site-packages/pip/__main__.py", line 5, in <module>
  24. exit = run()
  25. File "/usr/lib/python2.7/site-packages/pip/runner.py", line 12, in run
  26. return pip.main()
  27. File "/usr/lib/python2.7/site-packages/pip/__init__.py", line 185, in main
  28. return command.main(cmd_args)
  29. File "/usr/lib/python2.7/site-packages/pip/basecommand.py", line 161, in main
  30. text = '\n'.join(complete_log)
  31. UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 57: ordinal not in range(128)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement