anki-sync-server icon indicating copy to clipboard operation
anki-sync-server copied to clipboard

Solution for "no module named Anki" on Windows

Open gabriellluz opened this issue 7 years ago • 3 comments

If you get the error called "no module named Anki" on Windows, simply copy the anki-bundled folder to

C:\Python27\lib\site-packages (put inside this folder)

Your structure must be like this: C:\Python27\lib\site-packages\anki-bundled

It works flawlessly.

gabriellluz avatar Aug 25 '17 09:08 gabriellluz

Worked for me. Thanks! :)

ndinihangu avatar Jan 23 '18 19:01 ndinihangu

No use for me. Nothing solved. The #40 seems to be the only one solution

snow212-cn avatar Jul 24 '18 04:07 snow212-cn

I solved the error by copying the anki folder located inside Ankiserver to the C:\Python27\lib\site-packages. If you are using a virtual environment, the path you should copy anki to will be the <myEnvPath>/lib/site-packages

tushortz avatar Jan 06 '19 07:01 tushortz