MiTemperature2 icon indicating copy to clipboard operation
MiTemperature2 copied to clipboard

List of dependencies not complete

Open skibbipl opened this issue 2 years ago • 0 comments

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

skibbipl avatar Apr 07 '22 14:04 skibbipl