Guest User

Untitled

a guest
Jul 19th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. pip-python install bitarray
  2. Downloading/unpacking bitarray
  3. Running setup.py egg_info for package bitarray
  4.  
  5. Installing collected packages: bitarray
  6. Running setup.py install for bitarray
  7. building 'bitarray._bitarray' extension
  8. gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.7 -c bitarray/_bitarray.c -o build/temp.linux-x86_64-2.7/bitarray/_bitarray.o
  9. bitarray/_bitarray.c:9:20: fatal error: Python.h: Adresář nebo soubor neexistuje
  10. compilation terminated.
  11. error: command 'gcc' failed with exit status 1
  12. Complete output from command /usr/bin/python -c "import setuptools;__file__='/root/build/bitarray/setup.py';execfile(__file__)" install --single-version-externally-managed --record /tmp/pip-NNMTi1-record/install-record.txt:
  13. running install
  14.  
  15. running build
  16.  
  17. running build_py
  18.  
  19. copying bitarray/test_bitarray.py -> build/lib.linux-x86_64-2.7/bitarray
  20.  
  21. copying bitarray/__init__.py -> build/lib.linux-x86_64-2.7/bitarray
  22.  
  23. running build_ext
  24.  
  25. building 'bitarray._bitarray' extension
  26.  
  27. gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.7 -c bitarray/_bitarray.c -o build/temp.linux-x86_64-2.7/bitarray/_bitarray.o
  28.  
  29. bitarray/_bitarray.c:9:20: fatal error: Python.h: Adresář nebo soubor neexistuje
  30.  
  31. compilation terminated.
  32.  
  33. error: command 'gcc' failed with exit status 1
  34.  
  35. ----------------------------------------
  36. Command /usr/bin/python -c "import setuptools;__file__='/root/build/bitarray/setup.py';execfile(__file__)" install --single-version-externally-managed --record /tmp/pip-NNMTi1-record/install-record.txt failed with error code 1
  37. Storing complete log in /root/.pip/pip.log
Add Comment
Please, Sign In to add comment