Advertisement
Guest User

Untitled

a guest
Aug 27th, 2015
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. snappymodule.cc:28:20: fatal error: Python.h: No such file or directory
  2. #include "Python.h"
  3. ^
  4. compilation terminated.
  5. error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
  6.  
  7. ----------------------------------------
  8. Failed building wheel for python-snappy
  9. Failed to build python-snappy
  10. Installing collected packages: python-snappy, pymongo, redis, testinstances
  11. Running setup.py install for python-snappy
  12. Complete output from command /home/emmett/git/parsely/pykafka/.tox/py34/bin/python3.4 -c "import setuptools, tokenize;__file__='/tmp/pip-build-qh5t6hw1/python-snappy/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-7xfs0deh-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/emmett/git/parsely/pykafka/.tox/py34/include/site/python3.4/python-snappy:
  13. running install
  14. running build
  15. running build_py
  16. running build_ext
  17. building '_snappy' extension
  18. x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.4m -I/home/emmett/git/parsely/pykafka/.tox/py34/include/python3.4m -c snappymodule.cc -o build/temp.linux-x86_64-3.4/snappymodule.o
  19. cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
  20. snappymodule.cc:28:20: fatal error: Python.h: No such file or directory
  21. #include "Python.h"
  22. ^
  23. compilation terminated.
  24. error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
  25.  
  26. ----------------------------------------
  27. Command "/home/emmett/git/parsely/pykafka/.tox/py34/bin/python3.4 -c "import setuptools, tokenize;__file__='/tmp/pip-build-qh5t6hw1/python-snappy/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-7xfs0deh-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/emmett/git/parsely/pykafka/.tox/py34/include/site/python3.4/python-snappy" failed with error code 1 in /tmp/pip-build-qh5t6hw1/python-snappy
  28. ERROR: InvocationError: '/home/emmett/git/parsely/pykafka/.tox/py34/bin/pip install -r test-requirements.txt'
  29. pypy create: /home/emmett/git/parsely/pykafka/.tox/pypy
  30. ERROR: InterpreterNotFound: pypy
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement