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
Install rhizi
sudo pip install -r requirements.txt .... creating build/temp.linux-x86_64-2.7/gevent x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -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.corecext.c -o build/temp.linux-x86_64-2.7/gevent/gevent.corecext.o gevent/gevent.corecext.c:5:20: fatal error: Python.h: Aucun fichier ou dossier de ce type 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-mYfMNq/gevent/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-4BVkk_-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /tmp/pip-build-mYfMNq/gevent Storing debug log for failure in /home/jmv/.pip/pip.log
Follow the README:
uname -a Linux jmv-XPS-L412Z 4.2.0-35-generic #40-Ubuntu SMP Tue Mar 15 22:15:45 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux git clone git@github.com:Rhizi/rhizi.git cd rhizi/ sudo apt-get install ant python-pip ruby-sass sudo pip install -r requirements.txt
The text was updated successfully, but these errors were encountered:
@jmvanel python-dev package might not be installed on your computer.
sudo apt-get install python-dev
Sorry, something went wrong.
was it right @jmvanel? If yes then we can close the issue.
No branches or pull requests
Expected behavior
Install rhizi
Actual behavior.
Steps to reproduce the problem.
Follow the README:
The text was updated successfully, but these errors were encountered: