Advertisement
Guest User

Untitled

a guest
Nov 8th, 2012
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.6 -c psutil/_psutil_linux.c -o build/temp.linux-x86_64-2.6/psutil/_psutil_linux.o
  2.  
  3. psutil/_psutil_linux.c:11:20: fatal error: Python.h: No such file or directory
  4.  
  5. compilation terminated.
  6.  
  7. error: command 'gcc' failed with exit status 1
  8.  
  9. ----------------------------------------
  10. Command /usr/bin/python -c "import setuptools; __file__='/usr/bin/build/psutil/setup.py'; execfile('/usr/bin/build/psutil/setup.py')" install --single-version-externally-managed --record /tmp/pip-7YsF8E-record/install-record.txt failed with error code 1
  11. Storing complete log in /root/.pip/pip.log
  12. zsh: exit 1 pip install glances
  13. 11:14 root@simply-informatique /usr/bin # glances
  14. Traceback (most recent call last):
  15. File "/usr/local/bin/glances", line 5, in <module>
  16. from pkg_resources import load_entry_point
  17. File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 2671, in <module>
  18. working_set.require(__requires__)
  19. File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 654, in require
  20. needed = self.resolve(parse_requirements(requirements))
  21. File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 552, in resolve
  22. raise DistributionNotFound(req)
  23. pkg_resources.DistributionNotFound: psutil>=0.4.1
  24. zsh: exit 1 glances
  25. 11:14 root@simply-informatique /usr/bin #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement