Reply To: Having trouble starting Anki (flashcard app)

Forum › Forums › New users › New Users and General Questions › Having trouble starting Anki (flashcard app) › Reply To: Having trouble starting Anki (flashcard app)

#20309
Anonymous

    Hey, lookit
    github.com/dae/anki/…aqt/qt.py

    it expects (probably absent unless you manually install) QtWebEngineWidgets

    and

    even if you manage to workaround systemd dependency

    [ if Qt version < 5.9 or 5.10 ]
    “Anki does not support your Qt version.”
    http://github.com/dae/anki///aqt/qt.py#L50
    “Anki requires Python 3.6+”

    antiX, with debian stable repositories ~= python3.5.3
    so
    you would need to self-install a more recent version of python3 or upgrade switch to “testing” repositories and dist-upgrade.