Advertisement
Guest User

Untitled

a guest
Dec 31st, 2011
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. q@varikonniemi-desktop:~$ sudo pip install -U rapid-spring
  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. Running setup.py install for rapid-spring
  10.  
  11. changing mode of /usr/local/bin/rapid to 755
  12. changing mode of /usr/local/bin/rapid-gui to 755
  13. Found existing installation: bitarray 0.3.5
  14. Uninstalling bitarray:
  15. Successfully uninstalled bitarray
  16. Running setup.py install for bitarray
  17. building 'bitarray._bitarray' extension
  18. gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -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__='/home/q/build/bitarray/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --single-version-externally-managed --record /tmp/pip-Ojj8zw-record/install-record.txt:
  23. running install
  24.  
  25. running build
  26.  
  27. running build_py
  28.  
  29. running build_ext
  30.  
  31. building 'bitarray._bitarray' extension
  32.  
  33. gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c bitarray/_bitarray.c -o build/temp.linux-x86_64-2.7/bitarray/_bitarray.o
  34.  
  35. bitarray/_bitarray.c:7:20: fatal error: Python.h: No such file or directory
  36.  
  37. compilation terminated.
  38.  
  39. error: command 'gcc' failed with exit status 1
  40.  
  41. ----------------------------------------
  42. Rolling back uninstall of bitarray
  43. Command /usr/bin/python -c "import setuptools;__file__='/home/q/build/bitarray/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --single-version-externally-managed --record /tmp/pip-Ojj8zw-record/install-record.txt failed with error code 1
  44. Storing complete log in /home/q/.pip/pip.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement