FS#63051 - [python2-pyqt5] unable to import QtCore with the latest PyQt/Qt5 updates
Attached to Project:
Arch Linux
Opened by Outvi V (outloudvi) - Monday, 01 July 2019, 02:24 GMT
Last edited by Antonio Rojas (arojas) - Monday, 01 July 2019, 15:27 GMT
Opened by Outvi V (outloudvi) - Monday, 01 July 2019, 02:24 GMT
Last edited by Antonio Rojas (arojas) - Monday, 01 July 2019, 15:27 GMT
|
Details
Description: latest version of calibre (3.44.0-2) is unable
to start along with the latest PyQt/Qt5 updates. Error
logs:
Fatal Python error: PyQt5.QtCore: Unable to embed qt.conf fish: “calibre” terminated by signal SIGABRT (Abort) Update of calibre: * calibre (3.44.0-1 -> 3.44.0-2) Qt related updates: qt5-base (5.12.4-2 -> 5.13.0-6) pyqt5-common (5.12.2-1 -> 5.12.3-1) python2-pyqt5 (5.12.2-1 -> 5.12.3-1) qt5-svg (5.12.4-1 -> 5.13.0-1) qt5-declarative (5.12.4-1 -> 5.13.0-1) qt5-location (5.12.4-1 -> 5.13.0-1) qt5-sensors (5.12.4-1 -> 5.13.0-1) qt5-webchannel (5.12.4-1 -> 5.13.0-1) qt5-webkit (5.212.0alpha2+156+g95401fe3908-3 -> 5.212.0alpha3-1) deepin-qt-dbus-factory (1.1.5-2 -> 1.1.5-3) qt5-x11extras (5.12.4-1 -> 5.13.0-1) deepin-qt5dxcb-plugin (1.2.2-2 -> 1.2.5-1) qt5-multimedia (5.12.4-1 -> 5.13.0-1) libqtxdg (3.3.1-4 -> 3.3.1-5) deepin-qt5integration (0.3.12-2 -> 0.3.12-3) qt5-script (5.12.4-1 -> 5.13.0-1) qt5-speech (5.12.4-1 -> 5.13.0-1) qt5-graphicaleffects (5.12.4-1 -> 5.13.0-1) qt5-quickcontrols (5.12.4-1 -> 5.13.0-1) qt5-quickcontrols2 (5.12.4-1 -> 5.13.0-1) python-pyqt5 (5.12.2-1 -> 5.12.3-1) qt5-imageformats (5.12.4-1 -> 5.13.0-1) qt5-tools (5.12.4-1 -> 5.13.0-1) qt5-webengine (5.12.4-1 -> 5.13.0-1) Steps to reproduce: * Install calibre * Try to run calibre |
This task depends upon
Closed by Antonio Rojas (arojas)
Monday, 01 July 2019, 15:27 GMT
Reason for closing: Fixed
Additional comments about closing: python2-pyqt5 5.12.3-2
Monday, 01 July 2019, 15:27 GMT
Reason for closing: Fixed
Additional comments about closing: python2-pyqt5 5.12.3-2
It's a bit odd that I've been developing Calibre from git since upgrading to pyqt5 in testing, and it worked *until* I git cleaned the working tree. Otherwise I would hopefully have caught this sooner. :/
Broken:
python2 -c 'import PyQt5.QtCore'
Working:
python -c 'import PyQt5.QtCore'