16
我想在我的Linux Mint 15機器上安裝PyBluez-0.18,但在安裝過程中收到錯誤消息。我嘗試在網上搜索,看看其他人是否可能遇到過這個問題,但我找不到。在Linux中安裝Pybluez
我列出了我試圖執行的命令以及收到的錯誤消息。有人能告訴我什麼,我做錯了,什麼我需要做的雷索
[email protected] ~/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