Advertisement
Guest User

Untitled

a guest
Feb 11th, 2016
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.96 KB | None | 0 0
  1. Downloading/unpacking gevent
  2. Running setup.py (path:/tmp/pip_build_root/gevent/setup.py) egg_info for package gevent
  3.  
  4. Downloading/unpacking greenlet>=0.4.7 (from gevent)
  5. Running setup.py (path:/tmp/pip_build_root/greenlet/setup.py) egg_info for package greenlet
  6.  
  7. Installing collected packages: gevent, greenlet
  8. Running setup.py install for gevent
  9. Running '/bin/sh /tmp/pip_build_root/gevent/libev/configure > configure-output.txt' in /tmp/pip_build_root/gevent/build/temp.linux-x86_64-2.7/libev
  10. building 'gevent.core' extension
  11. x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DLIBEV_EMBED=1 -DEV_COMMON= -DEV_CLEANUP_ENABLE=0 -DEV_EMBED_ENABLE=0 -DEV_PERIODIC_ENABLE=0 -Ibuild/temp.linux-x86_64-2.7/libev -Ilibev -I/usr/include/python2.7 -c gevent/gevent.core.c -o build/temp.linux-x86_64-2.7/gevent/gevent.core.o
  12. gevent/gevent.core.c:9:22: fatal error: pyconfig.h: No such file or directory
  13. #include "pyconfig.h"
  14. ^
  15. compilation terminated.
  16. error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
  17. Complete output from command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip_build_root/gevent/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-zgCVmi-record/install-record.txt --single-version-externally-managed --compile:
  18. running install
  19.  
  20. running build
  21.  
  22. running build_py
  23.  
  24. creating build
  25.  
  26. creating build/lib.linux-x86_64-2.7
  27.  
  28. creating build/lib.linux-x86_64-2.7/gevent
  29.  
  30. copying gevent/threadpool.py -> build/lib.linux-x86_64-2.7/gevent
  31.  
  32. copying gevent/wsgi.py -> build/lib.linux-x86_64-2.7/gevent
  33.  
  34. copying gevent/timeout.py -> build/lib.linux-x86_64-2.7/gevent
  35.  
  36. copying gevent/baseserver.py -> build/lib.linux-x86_64-2.7/gevent
  37.  
  38. copying gevent/resolver_thread.py -> build/lib.linux-x86_64-2.7/gevent
  39.  
  40. copying gevent/os.py -> build/lib.linux-x86_64-2.7/gevent
  41.  
  42. copying gevent/pywsgi.py -> build/lib.linux-x86_64-2.7/gevent
  43.  
  44. copying gevent/server.py -> build/lib.linux-x86_64-2.7/gevent
  45.  
  46. copying gevent/queue.py -> build/lib.linux-x86_64-2.7/gevent
  47.  
  48. copying gevent/subprocess.py -> build/lib.linux-x86_64-2.7/gevent
  49.  
  50. copying gevent/backdoor.py -> build/lib.linux-x86_64-2.7/gevent
  51.  
  52. copying gevent/__init__.py -> build/lib.linux-x86_64-2.7/gevent
  53.  
  54. copying gevent/coros.py -> build/lib.linux-x86_64-2.7/gevent
  55.  
  56. copying gevent/local.py -> build/lib.linux-x86_64-2.7/gevent
  57.  
  58. copying gevent/greenlet.py -> build/lib.linux-x86_64-2.7/gevent
  59.  
  60. copying gevent/_sslgte279.py -> build/lib.linux-x86_64-2.7/gevent
  61.  
  62. copying gevent/hub.py -> build/lib.linux-x86_64-2.7/gevent
  63.  
  64. copying gevent/fileobject.py -> build/lib.linux-x86_64-2.7/gevent
  65.  
  66. copying gevent/pool.py -> build/lib.linux-x86_64-2.7/gevent
  67.  
  68. copying gevent/threading.py -> build/lib.linux-x86_64-2.7/gevent
  69.  
  70. copying gevent/monkey.py -> build/lib.linux-x86_64-2.7/gevent
  71.  
  72. copying gevent/ssl.py -> build/lib.linux-x86_64-2.7/gevent
  73.  
  74. copying gevent/socket.py -> build/lib.linux-x86_64-2.7/gevent
  75.  
  76. copying gevent/select.py -> build/lib.linux-x86_64-2.7/gevent
  77.  
  78. copying gevent/resolver_ares.py -> build/lib.linux-x86_64-2.7/gevent
  79.  
  80. copying gevent/_ssl2.py -> build/lib.linux-x86_64-2.7/gevent
  81.  
  82. copying gevent/lock.py -> build/lib.linux-x86_64-2.7/gevent
  83.  
  84. copying gevent/_threading.py -> build/lib.linux-x86_64-2.7/gevent
  85.  
  86. copying gevent/win32util.py -> build/lib.linux-x86_64-2.7/gevent
  87.  
  88. copying gevent/util.py -> build/lib.linux-x86_64-2.7/gevent
  89.  
  90. copying gevent/thread.py -> build/lib.linux-x86_64-2.7/gevent
  91.  
  92. copying gevent/event.py -> build/lib.linux-x86_64-2.7/gevent
  93.  
  94. running build_ext
  95.  
  96. Running '/bin/sh /tmp/pip_build_root/gevent/libev/configure > configure-output.txt' in /tmp/pip_build_root/gevent/build/temp.linux-x86_64-2.7/libev
  97.  
  98. building 'gevent.core' extension
  99.  
  100. creating build/temp.linux-x86_64-2.7/gevent
  101.  
  102. x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DLIBEV_EMBED=1 -DEV_COMMON= -DEV_CLEANUP_ENABLE=0 -DEV_EMBED_ENABLE=0 -DEV_PERIODIC_ENABLE=0 -Ibuild/temp.linux-x86_64-2.7/libev -Ilibev -I/usr/include/python2.7 -c gevent/gevent.core.c -o build/temp.linux-x86_64-2.7/gevent/gevent.core.o
  103.  
  104. gevent/gevent.core.c:9:22: fatal error: pyconfig.h: No such file or directory
  105.  
  106. #include "pyconfig.h"
  107.  
  108. ^
  109.  
  110. compilation terminated.
  111.  
  112. error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
  113.  
  114. ----------------------------------------
  115. Cleaning up...
  116. Command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip_build_root/gevent/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-zgCVmi-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /tmp/pip_build_root/gevent
  117. Storing debug log for failure in /home/vagrant/.pip/pip.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement