时间:2021-05-22
写一个 python 脚本需要用到 dbus,但因为 dbus-python 这个包并没有提供 setup.py , 所以无法通过 pip 直接安装,唯有下载源码手动编译安装一途了。
wget https://pypi.python.org/packages/source/d/dbus-python/dbus-python-0.84.0.tar.gztar zxvf dbus-python-0.84.0.tar.gzcd dbus-python-0.84.0但事有不顺,在 ./configure 的过程中,还是出了一些错。
configure: error: Package requirements (dbus-1 >= 1.0) were not met:No package 'dbus-1' foundConsider adjusting the PKG_CONFIG_PATH environment variable if youinstalled software in a non-standard prefix.Alternatively, you may set the environment variables DBUS_CFLAGSand DBUS_LIBS to avoid the need to call pkg-config.See the pkg-config man page for more details.这显然是缺失了依赖库
sudo apt-get install libdbus-glib-1-dev然后安装就就可以顺利进行了
./configuremakesudo make install声明:本页内容来源网络,仅供用户参考;我单位不保证亦不表示资料全面及准确无误,也不保证亦不表示这些资料为最新信息,如因任何原因,本网内容或者用户因倚赖本网内容造成任何损失或损害,我单位将不会负任何法律责任。如涉及版权问题,请提交至online#300.cn邮箱联系删除。
简要步骤。(Ubuntu14.04)Python安装DjangoMysql的安装与配置记录一下我的部署过程,也方便一些有需要的童鞋,大神勿喷~一、Python环
安装Python1.下载适合系统版本的Python先到网址(http:///2),支持Python编辑。更多关于python安装教程的文章请参考《python各
参考文章ubuntu源码安装python3linux编译安装python3.6的教程详解准备工作安装工具sudoaptupdatesudoaptupgrades
python安装教程和Pycharm安装详细教程,分享给大家。首先我们来安装python1、首先进入网站下载:点击打开链接(或自己输入网址https:///py
一, 前言:本次安装tensorflow是基于Python的,安装Python的过程不做说明(既然决定按,Python肯定要先了解啊):本次教程是windows