You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have no idea how many things I've done right and how many wrong. I'm definitely an amatour.
What is not working here?
PS C:\Users\xxx\Desktop\Anki_sync\anki-sync-server> python -m ankisyncd Traceback (most recent call last): File "C:\Users\xxx\AppData\Local\Programs\Python\Python38\lib\runpy.py", line 193, in _run_module_as_main return _run_code(code, main_globals, None, File "C:\Users\xxx\AppData\Local\Programs\Python\Python38\lib\runpy.py", line 86, in _run_code exec(code, run_globals) File "C:\Users\xxx\Desktop\Anki_sync\anki-sync-server\ankisyncd\__main__.py", line 8, in <module> import ankisyncd.sync_app File "C:\Users\xxx\Desktop\Anki_sync\anki-sync-server\ankisyncd\sync_app.py", line 37, in <module> import anki.db ModuleNotFoundError: No module named 'anki.db'
Also feel free to change the title as I'm not sure what I should've put there.
The text was updated successfully, but these errors were encountered:
I have no idea how many things I've done right and how many wrong. I'm definitely an amatour.
What is not working here?
PS C:\Users\xxx\Desktop\Anki_sync\anki-sync-server> python -m ankisyncd
Traceback (most recent call last):
File "C:\Users\xxx\AppData\Local\Programs\Python\Python38\lib\runpy.py", line 193, in _run_module_as_main return _run_code(code, main_globals, None,
File "C:\Users\xxx\AppData\Local\Programs\Python\Python38\lib\runpy.py", line 86, in _run_code exec(code, run_globals)
File "C:\Users\xxx\Desktop\Anki_sync\anki-sync-server\ankisyncd\__main__.py", line 8, in <module> import ankisyncd.sync_app
File "C:\Users\xxx\Desktop\Anki_sync\anki-sync-server\ankisyncd\sync_app.py", line 37, in <module> import anki.db ModuleNotFoundError: No module named 'anki.db'
Also feel free to change the title as I'm not sure what I should've put there.
The text was updated successfully, but these errors were encountered: