Anki won't launch on Pinebook Pro

I just installed Anki from the Official Repositories on my Pinebook Pro running Manjaro KDE. When I try to launch it from the desktop, nothing happens. From a terminal, it gives this output:

Traceback (most recent call last):
  File "/bin/anki", line 6, in <module>
    import aqt
  File "/usr/share/anki/aqt/__init__.py", line 14, in <module>
    from aqt.qt import *
  File "/usr/share/anki/aqt/qt.py", line 17, in <module>
    from PyQt5.QtWebEngineWidgets import *
ImportError: /usr/lib/python3.8/site-packages/PyQt5/QtGui.abi3.so: undefined symbol: _ZTI18QOpenGLTimeMonitor, version Qt_5

Installing the same package on my desktop PC also running Manjaro works fine. The reference to _ZTI18QOpenGLTimeMonitor might provide a clue, but I wasn’t sure what to make of it. Could it be a graphics library issue?

Can you try installing python-es2-pyqt5 instead of python-pyqt5?

2 Likes

Yes, that resolved the issue. Thank you very much!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.