dsnopek/anki-sync-server

Solution for "no module named anki" on Linux (Install From Source)

Opened this issue · 1 comments

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.

  1. Download and install libanki. You can find the latest release of Anki here

git submodule update not work for me.
git submodule update --init --recursive work instead.