I use Ubuntu 16.04 64bit OS
when I run
$ sudo pip3 install gattlib
I got this error message
/usr/bin/ld: cannot find -lboost_python-py34
collect2: error: ld returned 1 exit status
error: command 'x86_64-linux-gnu-g++' failed with exit status 1
I tried googling how to solve this but nothing works for me
I want to use gatttool at python, so I need to install this
How can I solve this?
PS. I already downloaded libboost-dev
Following PyGattlib DEPENDS all dependencies include pkg-config to "manage compile and link flags for libraries". This solved
I updated my package install dependencies and it works !
Docker Balena.io Ubuntu "bionic beaver"