MiTemperature2
MiTemperature2 copied to clipboard
List of dependencies not complete
So I tried to install the script on freshly installed raspbian os upgraded to testing/bookworm and when I tried to install bluepy, pip
complained about missing glib.h
. So I had to install libglib2.0-dev
package. Perhaps it's worth adding it to dependencies?
Also currently there is an issue with pybluez
so to install it correctly I used following command:
pip3 install git+https://github.com/pybluez/pybluez.git#egg=pybluez