You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running into some errors while building gattool.
I already have bluez installed on my RPI.
Is there a way to tell pip to skip bluez, and use what is installed?
Here are the errors
src/bluez/attrib/utils.c: In function ‘gatt_connect’:
src/bluez/attrib/utils.c:66:15: error: ‘BDADDR_LE_RANDOM’ undeclared (first use in this function)
src/bluez/attrib/utils.c:66:15: note: each undeclared identifier is reported only once for each function it appears in
src/bluez/attrib/utils.c:68:15: error: ‘BDADDR_LE_PUBLIC’ undeclared (first use in this function)
error: command 'gcc' failed with exit status 1
----------------------------------------
Command /usr/bin/python -c "import setuptools;__file__='/home/pi/scratch/s/build/gattlib/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --single-version-externally-managed --record /tmp/pip-gehr1y-record/install-record.txt failed with error code 1 in /home/pi/scratch/s/build/gattlib
The text was updated successfully, but these errors were encountered:
Hi !
I am running into some errors while building gattool.
I already have bluez installed on my RPI.
Is there a way to tell pip to skip bluez, and use what is installed?
Here are the errors
The text was updated successfully, but these errors were encountered: