Guest User

Untitled

a guest
Oct 21st, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. Collecting cairocffi
  2. Using cached https://www.piwheels.hostedpi.com/simple/cairocffi/cairocffi-0.8.0-py3-none-any.whl
  3. Collecting cffi>=1.1.0 (from cairocffi)
  4. Using cached cffi-1.11.2.tar.gz
  5. Collecting pycparser (from cffi>=1.1.0->cairocffi)
  6. Using cached https://www.piwheels.hostedpi.com/simple/pycparser/pycparser-2.18-py2.py3-none-any.whl
  7. Building wheels for collected packages: cffi
  8. Running setup.py bdist_wheel for cffi: started
  9. Running setup.py bdist_wheel for cffi: finished with status 'error'
  10. –
  11. Package libffi was not found in the pkg-config search path.
  12. Perhaps you should add the directory containing `libffi.pc'
  13. to the PKG_CONFIG_PATH environment variable
  14. –
  15. running bdist_wheel
  16. running build
  17. running build_py
  18. creating build
  19. creating build/lib.linux-armv7l-3.5
  20. creating build/lib.linux-armv7l-3.5/cffi
  21. –
  22. building '_cffi_backend' extension
  23. creating build/temp.linux-armv7l-3.5
  24. creating build/temp.linux-armv7l-3.5/c
  25. arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fdebug-prefix-map=/build/python3.5-RUbMX3/python3.5-3.5.3=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DUSE__THREAD -DHAVE_SYNC_SYNCHRONIZE -I/usr/include/ffi -I/usr/include/libffi -I/usr/include/python3.5m -c c/_cffi_backend.c -o build/temp.linux-armv7l-3.5/c/_cffi_backend.o
  26. c/_cffi_backend.c:15:17: fatal error: ffi.h: No such file or directory
  27. #include <ffi.h>
  28. ^
  29. compilation terminated.
  30. error: command 'arm-linux-gnueabihf-gcc' failed with exit status 1
  31.  
  32. ----------------------------------------
  33. Running setup.py clean for cffi
  34. Failed to build cffi
  35. Installing collected packages: pycparser, cffi, cairocffi
  36. Running setup.py install for cffi: started
  37. Running setup.py install for cffi: finished with status 'error'
  38. Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-3l0i4pgl/cffi/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('rn', 'n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-hlec49cb-record/install-record.txt --single-version-externally-managed --compile --user --prefix=:
  39. Package libffi was not found in the pkg-config search path.
  40. Perhaps you should add the directory containing `libffi.pc'
  41. to the PKG_CONFIG_PATH environment variable
Add Comment
Please, Sign In to add comment