How to use QTermWidget with PyQt5?

Viewed 37

I am trying to install https://github.com/lxqt/qtermwidget so that I can have a terminal widget to use with PyQt5. However, it does not seem to be possible to install without building myself, and when I try follow the instructions to build it myself, I get errors.

After doing cmake, I followed the instruction on qtermwidget's GitHub page to run sip-wheel inside the "pyqt" directory, but I get the error:

Querying qmake about your Qt installation...

sip-wheel: '12.11' is not a supported ABI version

What is the proper way to make "import QTermWidget" work inside python?

0 Answers
Related