通过pip3下载pybluez [ble]时出错

时间:2018-09-09 10:22:58

标签: python python-3.x bluetooth-lowenergy raspberry-pi3 pybluez

我在运行sudo pip3 pybluez [ble]时使用树莓pi3

收到这些错误消息

/usr/bin/ld: cannot find -lboost_python-py34
collect2: error: ld returned 1 exit status
error: command 'arm-linux-gnueabihf-g++' failed with exit status 1 
------------------------------------------------------------------
failed building wheel for gattlib

我已经在here和所有依赖项中解决了问题,并成功在python3中安装了gattlib

pkg-config
libboost-python-dev
libboost-thread-dev
libbluetooth-dev >= 4.101
libglib2.0-dev
python3-dev

也在python3中成功安装pybluez-0.22。
如何在python3中安装pybluez [ble]?

0 个答案:

没有答案