【发布时间】: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