Closed Alystrasz closed 7 months ago
Thanks. We were using Ubuntu 20.04 so far in our classes and didn't notice the instruction aren't valid for the latest Ubuntu versions. I'll update the readme with these instructions.
Development on pybluez seems to have stopped, so we should start exploring alternatives for this script.
Updated in commit b436311
I struggled to run the
powerspycli
script on my install (Ubuntu 23.10, Python 3.11.6) due to thepybluez
dependency install instructions being somehow deprecated, so here's what I've done to make it work.Installing
pybluez
throughapt
is not possible (package not found), I tried to install it withpip
, and got the following error:According to https://github.com/themagpimag/magpi-issue61/issues/1#issuecomment-507239119,
libbluetooth-dev
install is required in order to installpybluez
:pybluez
install would still fail at this point:I had to install
pybluez
from its repository directly: