I am trying to install and use light-blue
for Bluetooth and I am getting errors when I use it. i am on mac osx mojave
I tried reinstalling and everything I could find and it's not working
This is the error
Traceback (most recent call last):
File "ble_read_state.py", line 22, in <module>
import bluetooth._bluetooth as bluez
File "/Users/joranosinga/Downloads/pybluez/build/lib/bluetooth/__init__.py", line 47, in <module>
from .osx import *
File "/Users/joranosinga/Downloads/pybluez/build/lib/bluetooth/osx.py", line 1, in <module>
import lightblue
File "/usr/local/lib/python3.7/site-packages/lightblue/__init__.py", line 160, in <module>
from _lightblue import *
ModuleNotFoundError: No module named '_lightblue'
I don't know how I can fix this issue.