hp impressora jato de laser pro? mfp m125nw

1

Quando eu corri o programa hp-setup , recebi a seguinte saída:

HP Linux Imaging and Printing System (ver. 3.16.3)
Printer/Fax Setup Utility ver. 9.0

Copyright (c) 2001-15 HP Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.

error: HPLIP is not installed properly or is installed without graphical support. Please reinstall HPLIP
warning: Qt/PyQt 4 initialization failed.
error: hp-setup requires GUI support (try running with --qt3). Also, try using interactive (-i) mode.

minha imagem

Como posso corrigir esse erro?

    
por ahmad abdallah 22.05.2017 / 23:19

2 respostas

0

As impressoras HP exigem qt4 instalado, portanto instale com:

sudo apt install python-qt4

Em seguida, execute o hp-setup novamente.

    
por George Udosen 22.05.2017 / 23:47
0

No Ubuntu 17.04, HPLip 3.16.11, eu precisava:

sudo apt-get install python-qt4 python3-pip
pip3 install pyqt5

Depois disso, o HP-Setup é executado em modo gráfico

    
por Charles Green 23.05.2017 / 00:09