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
{{ message }}
This repository was archived by the owner on Aug 3, 2026. It is now read-only.
The Kolibri can't start the server because of these errors
C:\Python37\Scripts>kolibri start
Traceback (most recent call last):
File "c:\python37\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "c:\python37\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "C:\Python37\Scripts\kolibri.exe\__main__.py", line 5, in <module>
File "c:\python37\lib\site-packages\kolibri\utils\cli.py", line 10, in <module
>
from sqlite3 import DatabaseError as SQLite3DatabaseError
File "c:\python37\lib\sqlite3\__init__.py", line 23, in <module>
from sqlite3.dbapi2 import *
File "c:\python37\lib\sqlite3\dbapi2.py", line 27, in <module>
from _sqlite3 import *
ImportError: DLL load failed: The specified module could not be found.
Expected behavior
If we planning to upgrade to this Python versions on Windows, and we should fix this issue first
Observed behavior
Kolibri installation on Windows Python 3.6.
The Kolibri server can start and run but it has an
OSError: [WinError 6] The handle is invaliderror on the daemon.txt file logThis was also reported by @mrpau-julius here
Kolibri installation on Windows Python 3.7.
The Kolibri can't start the server because of these errors
Expected behavior
If we planning to upgrade to this Python versions on Windows, and we should fix this issue first
User-facing consequences
…
Errors and logs
…
Steps to reproduce
…
Context
Tell us about your environment, including: