在第一步:配置时,出现以下错误:
... ... 
checking for DBUS... no
configure: error: Package requirements (dbus-1 >= 1.6) were not met:
No package 'dbus-1' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables DBUS_CFLAGS
and DBUS_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
OSX 抱怨它在系统中找不到 dbus。首先尝试通过执行以下操作来安装它:
brew install dbus
然后,尝试dbus-python通过运行进行安装
pip install dbus-python
为了运行 dbus 守护进程,请brew services start dbus按照文档中的说明进行操作。
| 归档时间: | 
 | 
| 查看次数: | 3068 次 | 
| 最近记录: |