I've been working on a little project that scans nearby bluetooth devices and was trying to use pybluez2. Whenever I try to do it on the pi, I get this error.
I've tried
sudo apt-get install libbluetooth-dev
and
sudo apt-get install bluez
and
sudo apt-get install python3-bluez
as I've seen from searching but even on fresh raspian even in a virtual environment I can't get pip to install pybluez2.
I'm not particularly used to the pi or this library. Does anyone have any ideas?
Code:
bluetooth/linux/bluez/btmodule.c:20:10: fatal error: btmodule.h: No such file or directory
sudo apt-get install libbluetooth-dev
and
sudo apt-get install bluez
and
sudo apt-get install python3-bluez
as I've seen from searching but even on fresh raspian even in a virtual environment I can't get pip to install pybluez2.
I'm not particularly used to the pi or this library. Does anyone have any ideas?
Statistics: Posted by EclecticGamer — Mon Jan 20, 2025 5:02 pm