Skip to content
New issue

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

Newbie has trouble installing #717

Open
jmvanel opened this issue Apr 20, 2016 · 2 comments
Open

Newbie has trouble installing #717

jmvanel opened this issue Apr 20, 2016 · 2 comments

Comments

@jmvanel
Copy link

jmvanel commented Apr 20, 2016

Expected behavior

Install rhizi

Actual behavior.

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

Steps to reproduce the problem.

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
@jibe-b
Copy link

jibe-b commented Jun 28, 2016

@jmvanel python-dev package might not be installed on your computer.

sudo apt-get install python-dev

@jibe-b
Copy link

jibe-b commented Nov 9, 2016

was it right @jmvanel? If yes then we can close the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants