首页
学习
活动
专区
工具
TVP
发布
社区首页 >问答首页 >Linux中的Pybluez安装

Linux中的Pybluez安装
EN

Stack Overflow用户
提问于 2014-02-06 16:25:58
回答 1查看 17.2K关注 0票数 23

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

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

代码语言:javascript
复制
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
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/21597536

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档