We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
`enerating cffi module 'build/temp.linux-x86_64-3.6/gevent.libuv._corecffi.c' creating build/temp.linux-x86_64-3.6 Running '(cd "/tmp/pip-build-vsei4ryj/gevent/deps/libev" && sh ./configure -C > configure-output.txt )' in /tmp/pip-build-vsei4ryj/gevent generating cffi module 'build/temp.linux-x86_64-3.6/gevent.libev._corecffi.c' Not configuring libev, 'config.h' already exists Not configuring libev, 'config.h' already exists building 'gevent.libev.corecext' extension creating build/temp.linux-x86_64-3.6/src creating build/temp.linux-x86_64-3.6/src/gevent creating build/temp.linux-x86_64-3.6/src/gevent/libev x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DLIBEV_EMBED=1 -DEV_COMMON= -DEV_CLEANUP_ENABLE=0 -DEV_EMBED_ENABLE=0 -DEV_PERIODIC_ENABLE=0 -I/usr/include/python3.6m -I/usr/include/python3.6m -I/tmp/pip-build-vsei4ryj/gevent/deps -I/tmp/pip-build-vsei4ryj/gevent/src/gevent/libev -I/tmp/pip-build-vsei4ryj/gevent/deps/libev -Isrc/gevent -Isrc/gevent/libev -Isrc/gevent/resolver -I. -I/home/leslie/Vessel-app/vessel_env/include -I/usr/include/python3.6m -c src/gevent/libev/corecext.c -o build/temp.linux-x86_64-3.6/src/gevent/libev/corecext.o x86_64-linux-gnu-gcc: error: src/gevent/libev/corecext.c: No such file or directory x86_64-linux-gnu-gcc: fatal error: no input files compilation terminated. error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
----------------------------------------
Command "/home/leslie/Vessel-app/vessel_env/bin/python3 -u -c "import setuptools, tokenize;file='/tmp/pip-build-vsei4ryj/gevent/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record /tmp/pip-rx8_r1vx-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/leslie/Vessel-app/vessel_env/include/site/python3.6/gevent" failed with error code 1 in /tmp/pip-build-vsei4ryj/gevent/`
The text was updated successfully, but these errors were encountered:
sudo apt-get install python3 python-dev python3-dev build-essential libssl-dev libffi-dev libxml2-dev libxslt1-dev zlib1g-dev python-pip
I dont know if this works?
Sorry, something went wrong.
No branches or pull requests
`enerating cffi module 'build/temp.linux-x86_64-3.6/gevent.libuv._corecffi.c'
creating build/temp.linux-x86_64-3.6
Running '(cd "/tmp/pip-build-vsei4ryj/gevent/deps/libev" && sh ./configure -C > configure-output.txt )' in /tmp/pip-build-vsei4ryj/gevent
generating cffi module 'build/temp.linux-x86_64-3.6/gevent.libev._corecffi.c'
Not configuring libev, 'config.h' already exists
Not configuring libev, 'config.h' already exists
building 'gevent.libev.corecext' extension
creating build/temp.linux-x86_64-3.6/src
creating build/temp.linux-x86_64-3.6/src/gevent
creating build/temp.linux-x86_64-3.6/src/gevent/libev
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DLIBEV_EMBED=1 -DEV_COMMON= -DEV_CLEANUP_ENABLE=0 -DEV_EMBED_ENABLE=0 -DEV_PERIODIC_ENABLE=0 -I/usr/include/python3.6m -I/usr/include/python3.6m -I/tmp/pip-build-vsei4ryj/gevent/deps -I/tmp/pip-build-vsei4ryj/gevent/src/gevent/libev -I/tmp/pip-build-vsei4ryj/gevent/deps/libev -Isrc/gevent -Isrc/gevent/libev -Isrc/gevent/resolver -I. -I/home/leslie/Vessel-app/vessel_env/include -I/usr/include/python3.6m -c src/gevent/libev/corecext.c -o build/temp.linux-x86_64-3.6/src/gevent/libev/corecext.o
x86_64-linux-gnu-gcc: error: src/gevent/libev/corecext.c: No such file or directory
x86_64-linux-gnu-gcc: fatal error: no input files
compilation terminated.
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
Command "/home/leslie/Vessel-app/vessel_env/bin/python3 -u -c "import setuptools, tokenize;file='/tmp/pip-build-vsei4ryj/gevent/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record /tmp/pip-rx8_r1vx-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/leslie/Vessel-app/vessel_env/include/site/python3.6/gevent" failed with error code 1 in /tmp/pip-build-vsei4ryj/gevent/`
The text was updated successfully, but these errors were encountered: