Guest User

Untitled

a guest
May 23rd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.65 KB | None | 0 0
  1. [root@SpringAutoHost ~]# pip-python install rapid-spring --upgrade
  2. Downloading/unpacking rapid-spring
  3. Running setup.py egg_info for package rapid-spring
  4.  
  5. Downloading/unpacking bitarray (from rapid-spring)
  6. Running setup.py egg_info for package bitarray
  7.  
  8. Installing collected packages: rapid-spring, bitarray
  9. Found existing installation: rapid-spring 0.5.1
  10. Uninstalling rapid-spring:
  11. Successfully uninstalled rapid-spring
  12. Running setup.py install for rapid-spring
  13.  
  14. changing mode of /usr/bin/rapid to 755
  15. changing mode of /usr/bin/rapid-gui to 755
  16. Running setup.py install for bitarray
  17. building 'bitarray._bitarray' extension
  18. 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
  19. bitarray/_bitarray.c:7:20: fatal error: Python.h: No such file or directory
  20. compilation terminated.
  21. error: command 'gcc' failed with exit status 1
  22. 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-q0ljGk-record/install-record.txt:
  23. running install
  24.  
  25. running build
  26.  
  27. running build_py
  28.  
  29. copying bitarray/__init__.py -> build/lib.linux-x86_64-2.7/bitarray
  30.  
  31. copying bitarray/test_bitarray.py -> build/lib.linux-x86_64-2.7/bitarray
  32.  
  33. running build_ext
  34.  
  35. building 'bitarray._bitarray' extension
  36.  
  37. 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
  38.  
  39. bitarray/_bitarray.c:7:20: fatal error: Python.h: No such file or directory
  40.  
  41. compilation terminated.
  42.  
  43. error: command 'gcc' failed with exit status 1
  44.  
  45. ----------------------------------------
  46. Command /usr/bin/python -c "import setuptools;__file__='/root/build/bitarray/setup.py';execfile(__file__)" install --single-version-externally-managed --record /tmp/pip-q0ljGk-record/install-record.txt failed with error code 1
  47. Storing complete log in /root/.pip/pip.log
Add Comment
Please, Sign In to add comment