Saturday, April 2, 2022

[SOLVED] pip install error with Raspberry OS 64 bit

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

https://github.com/IanHarvey/bluepy



Answered By - Freddy Mcloughlan
Answer Checked By - Candace Johnson (WPSolving Volunteer)