我想在树莓派3B +中用python3安装gattlib
pip3 install gattlib
但是我很担心
/usr/bin/ld: cannot find -lboost_thread
collect2: error: ld returned 1 exit status
error: command 'arm-linux-gnueabihf-g++' failed with exit status 1
----------------------------------------
Failed building wheel for gattlib
我也尝试
# first try install depand
sudo apt-get install -y git bc libusb-dev libdbus-1-dev libglib2.0-dev libudev-dev libical-dev libreadline-dev autoconf bison flex libssl-dev
# second try, i do with this page
[solve /usr/bin/ld: cannot find -lxxx](https://www.jianshu.com/p/ccaf688f54c0)
# third try
sudo apt update
sudo apt install python3-gattlib
我已经尝试过,但是我解决不了。