Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

hplip qt dependencies

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
patrick013
Posts: 84
Joined: 2013-02-07 19:08

hplip qt dependencies

#1 Post by patrick013 »

hplip-3.18.3.run (runs from command line)

Have the above package from HP for Debian install of current HP
data and drivers. Also the old Debian package hplip installed
via Synaptic version 3.16.11

Can't resolve some errors installing version 3.18.3 - installed a number of
qt packages but am not hitting the right ones. Anyone know which packages
hplip requires per below ? Thanks.

Missing REQUIRED dependency: pyqt5-dbus (PyQt 5 DBus - DBus Support for PyQt5)
Missing REQUIRED dependency: pyqt5 (PyQt 5- Qt interface for Python (for Qt version 4.x))

error: A required dependency 'pyqt4-dbus (PyQt 4 DBus - DBus Support for PyQt4)' is still missing.
error: A required dependency 'pyqt4 (PyQt 4- Qt interface for Python (for Qt version 4.x))' is still missing.

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: hplip qt dependencies

#2 Post by stevepusser »

As far as I know, you need either the Qt 5 or the Qt 4 packages...so the Qt4 versions are python-qt4 and python-qt4-dbus. The upstream Debian 3.18.3 package builds against Qt 5 and Python 3, and has these build-depends for those:

Code: Select all

               pyqt5-dev-tools,
               python3-dev,
               python3-dbus,
               python3-gi,
               python3-pyqt5
Though it may also have patches to help with a python3 build...
MX Linux packager and developer

Post Reply