Can't install dbus-python on Ubuntu with Python3.8
问题 I want to install HP driver (hplip) on my Ubuntu. It tries to install d-bus python package, but fails and says to install it manually. Installation with "apt" works fine, but maybe not for my main Python version and that's why hplip failed: sudo apt install -y dbus ... works well timofei@timofei:~/Downloads$ python Python 3.8.0 (default, Oct 28 2019, 16:14:01) [GCC 8.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import dbus Traceback (most recent