In the first step: configure, I got the following error:
... ...
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.
simple interprocess messaging system (Python 3 interface) D-Bus is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity. This package provides a Python 3 interface to D-Bus.
Python DBus-Next is a library for the DBus message bus system for interprocess communcation in a Linux desktop or mobile environment.
OSX is complaining that it can't find dbus in the system. Try installing it first by doing something like:
brew install dbus
Then, try installing dbus-python
by running
pip install dbus-python
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With