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

Storing debug log for failure #23

Open
kgish opened this issue Aug 4, 2016 · 4 comments
Open

Storing debug log for failure #23

kgish opened this issue Aug 4, 2016 · 4 comments

Comments

@kgish
Copy link

kgish commented Aug 4, 2016

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
Copy link
Author

kgish commented Aug 4, 2016

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
Copy link
Author

kgish commented Aug 4, 2016

Oh yeah, also need nose to be installed:

sudo pip install nose

@SummerHuiZhang
Copy link

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
Copy link

for Rpi3 run command:

sudo pip install sht-sensor

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

3 participants