openannotation / annotateit

The web application running AnnotateIt
http://annotateit.org
Other
27 stars 11 forks source link

Storing debug log for failure #23

Open kgish opened 8 years ago

kgish commented 8 years ago

When I run the following command:

pip install -r requirements.txt

I get the following error message during the cleanup:

----------------------------------------
Cleaning up...
Command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip_build_kiffin/greenlet/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-DV2NqM-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /tmp/pip_build_kiffin/greenlet
Storing debug log for failure in /home/kiffin/.pip/pip.log
kgish commented 8 years ago

Solved the issue by first installing libevent-dev:

sudo apt-get install libevent-dev

and then running the install as sudo:

sudo pip install -r requirements.txt
kgish commented 8 years ago

Oh yeah, also need nose to be installed:

sudo pip install nose
SummerHuiZhang commented 6 years ago

Hello. I met the same error and tried to solve it with your suggestions. However, after I run "sudo pip install -r requirements.txt", I still got "storing debug log for failure in /home/../.pip/pip.log".

HarishDhanian commented 6 years ago

for Rpi3 run command:

sudo pip install sht-sensor