Issue
Have anyone know how to solve this error?
pip install bluepy
error
error-subproccess-exited-with-error
Solution
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
Answered By - Freddy Mcloughlan Answer Checked By - Candace Johnson (WPSolving Volunteer)