Solution for "no module named anki" on Linux (Install From Source)
Opened this issue · 1 comments
wenzong commented
Please note the anki-bundled
directory is a git submodule.
Simply run git submodule update
will sync it.
And this step is useless if you have submodule initialized.
- Download and install libanki. You can find the latest release of Anki here
QingGo commented
git submodule update
not work for me.
git submodule update --init --recursive
work instead.