Open GengShen opened 7 years ago
I met the same problem in AnkiServer/init.py sys.path.insert(0, "/usr/share/anki") In my PC,the folder is installed by pacman -S anki So I download a Release,and extract it to /anki_python2_lib,download link is https://apps.ankiweb.net/downloads/archive/anki-2.0.36.tgz edit AnkiServer/init.py,use system.path.insert(0,"/anki_python2_lib")
Same here, running on an Arch Linux server. Yashen's workaround solved it, thanks!
There is a problem after pip install AnkiServer: