在第一步:配置中,我得到了以下错误:
... ...
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.发布于 2018-07-30 10:37:35
OSX抱怨它在系统中找不到dbus。首先尝试安装它,方法如下:
brew install dbus然后,尝试通过运行以下命令安装dbus-python
pip install dbus-python发布于 2021-08-06 13:47:59
请参阅:https://macappstore.org/d-bus/
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 2> /dev/null
brew install d-bushttps://stackoverflow.com/questions/43136067
复制相似问题