Raspberry OS 64 位的 pip 安装错误

pip install error with Raspberry OS 64 bit

有谁知道如何解决这个错误?

pip install bluepy

错误

error-subproccess-exited-with-error

尝试:

sudo apt-get install python-pip libglib2.0-dev

然后:

sudo pip install bluepy

如果出现同样的错误,您可能需要安装/re-installcmake然后重试:

sudo apt-get install make

文档/说明

https://github.com/IanHarvey/bluepy