Calibre ebook viewer not opening (solved)
I'm here to solve a potential problem on Calibre I've solved on my own. The ebook viewer does not load and console log says: 'Could not find QtWebEngineProcess'. Solved by uninstalling and installing PyQt5 again with: pip3 uninstall PyQt5 ; (another line) pip3 install PyQt5 .
|