python3 -m pip install pybluez
把libbluetooth-dev 安装上就好了
sudo apt-get install libbluetooth-dev
再接着用pip安装就好了
import库没有报错,表示安装成功