Hello, I am trying to run a Python script on my LibreElec (RasPI3). Unfortunately it needs the bluetooth module (pybluez) and I cannot add it through the classic pip install pybluez because the filesystem is read-only.
Is there any workaround that I can try?
i downloaded the wheel for arm7 and tried to follow what suggested in this discussion:
"import" python modules aka library addons
but I am a bit confused about how to do it..
Any help would be appreciated!