【问题标题】:Pybluez installation in Linux在 Linux 中安装 Pybluez
【发布时间】:2014-03-03 01:57:21
【问题描述】:

我正在尝试在我的 Linux Mint 15 机器上安装 PyBluez-0.18,但在安装过程中收到错误消息。我尝试在网上搜索,看看其他人是否遇到过这个问题,但我没有找到。

我列出了我尝试执行的命令以及收到的错误消息。有人可以告诉我我做错了什么,以及我需要做些什么来解决

tri108354@prtgc004-Latitude-E6320 ~/Downloads/PyBluez-0.18 $ python setup.py install
running install
running build
running build_py
running build_ext
building 'bluetooth._bluetooth' extension
gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/tri108354/anaconda/include/python2.7 -c bluez/btmodule.c -o build/temp.linux-i686-2.7/bluez/btmodule.o
In file included from bluez/btmodule.c:20:0:
bluez/btmodule.h:5:33: fatal error: bluetooth/bluetooth.h: No such file or directory
compilation terminated.
error: command 'gcc' failed with exit status 1

【问题讨论】:

    标签: python linux failed-installation


    【解决方案1】:

    你需要安装 libbluetooth-dev 包来编译你的代码

    sudo apt-get install libbluetooth-dev
    

    那应该安装蓝牙头文件。

    【讨论】:

      猜你喜欢
      • 2018-04-24
      • 1970-01-01
      • 2020-07-23
      • 1970-01-01
      • 2011-12-01
      • 1970-01-01
      • 2018-09-22
      • 1970-01-01
      • 2015-06-07
      相关资源
      最近更新 更多