Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Downloading/unpacking gevent
- Running setup.py (path:/tmp/pip_build_root/gevent/setup.py) egg_info for package gevent
- Downloading/unpacking greenlet>=0.4.7 (from gevent)
- Running setup.py (path:/tmp/pip_build_root/greenlet/setup.py) egg_info for package greenlet
- Installing collected packages: gevent, greenlet
- Running setup.py install for gevent
- 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
- building 'gevent.core' extension
- 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
- gevent/gevent.core.c:9:22: fatal error: pyconfig.h: No such file or directory
- #include "pyconfig.h"
- ^
- compilation terminated.
- error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
- 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:
- running install
- running build
- running build_py
- creating build
- creating build/lib.linux-x86_64-2.7
- creating build/lib.linux-x86_64-2.7/gevent
- copying gevent/threadpool.py -> build/lib.linux-x86_64-2.7/gevent
- copying gevent/wsgi.py -> build/lib.linux-x86_64-2.7/gevent
- copying gevent/timeout.py -> build/lib.linux-x86_64-2.7/gevent
- copying gevent/baseserver.py -> build/lib.linux-x86_64-2.7/gevent
- copying gevent/resolver_thread.py -> build/lib.linux-x86_64-2.7/gevent
- copying gevent/os.py -> build/lib.linux-x86_64-2.7/gevent
- copying gevent/pywsgi.py -> build/lib.linux-x86_64-2.7/gevent
- copying gevent/server.py -> build/lib.linux-x86_64-2.7/gevent
- copying gevent/queue.py -> build/lib.linux-x86_64-2.7/gevent
- copying gevent/subprocess.py -> build/lib.linux-x86_64-2.7/gevent
- copying gevent/backdoor.py -> build/lib.linux-x86_64-2.7/gevent
- copying gevent/__init__.py -> build/lib.linux-x86_64-2.7/gevent
- copying gevent/coros.py -> build/lib.linux-x86_64-2.7/gevent
- copying gevent/local.py -> build/lib.linux-x86_64-2.7/gevent
- copying gevent/greenlet.py -> build/lib.linux-x86_64-2.7/gevent
- copying gevent/_sslgte279.py -> build/lib.linux-x86_64-2.7/gevent
- copying gevent/hub.py -> build/lib.linux-x86_64-2.7/gevent
- copying gevent/fileobject.py -> build/lib.linux-x86_64-2.7/gevent
- copying gevent/pool.py -> build/lib.linux-x86_64-2.7/gevent
- copying gevent/threading.py -> build/lib.linux-x86_64-2.7/gevent
- copying gevent/monkey.py -> build/lib.linux-x86_64-2.7/gevent
- copying gevent/ssl.py -> build/lib.linux-x86_64-2.7/gevent
- copying gevent/socket.py -> build/lib.linux-x86_64-2.7/gevent
- copying gevent/select.py -> build/lib.linux-x86_64-2.7/gevent
- copying gevent/resolver_ares.py -> build/lib.linux-x86_64-2.7/gevent
- copying gevent/_ssl2.py -> build/lib.linux-x86_64-2.7/gevent
- copying gevent/lock.py -> build/lib.linux-x86_64-2.7/gevent
- copying gevent/_threading.py -> build/lib.linux-x86_64-2.7/gevent
- copying gevent/win32util.py -> build/lib.linux-x86_64-2.7/gevent
- copying gevent/util.py -> build/lib.linux-x86_64-2.7/gevent
- copying gevent/thread.py -> build/lib.linux-x86_64-2.7/gevent
- copying gevent/event.py -> build/lib.linux-x86_64-2.7/gevent
- running build_ext
- 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
- building 'gevent.core' extension
- creating build/temp.linux-x86_64-2.7/gevent
- 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
- gevent/gevent.core.c:9:22: fatal error: pyconfig.h: No such file or directory
- #include "pyconfig.h"
- ^
- compilation terminated.
- error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
- ----------------------------------------
- Cleaning up...
- 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
- Storing debug log for failure in /home/vagrant/.pip/pip.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement