Reputation: 138
Have anyone know how to solve this error?
pip install bluepy
error
error-subproccess-exited-with-error
Upvotes: 0
Views: 937
Reputation: 4506
Try:
sudo apt-get install python-pip libglib2.0-dev
Then:
sudo pip install bluepy
If you get the same error, you may need to install / re-install cmake and try again:
sudo apt-get install make
Docs / Instructions
Upvotes: 2