-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kolibri errors under Windows Python 3.6 and 3.7 #194
Comments
For the python 3.7 issue, what do you get when you run the following command? Thank you!
I feel that the issue may be because the libraries are not added to PYTHONPATH. |
These are the outputs when I run the commands in Python 3.7
|
This specifically seems to be an issue when the Windows language is set to something other than English. |
Today during the syncing hack session I tested the 0.15 build on Windows 10 previously set to have the Spanish UI, and I encountered no errors during the installation and running of Kolibri with Python 3.6 that comes bundled. @pcenov Could you try to replicate this with:
Thank you! |
I think we observed this in a log recently on @jredrejo's machine while doing some testing on Windows too, specifically the error that can be seen in the attached daemon.txt in the issue:
|
If you could check the |
Hi @radinamatic, I'm always able to replicate the |
Moving this to kolibri-installer-windows as it's an error happening only when the windows launcher is used. Launching kolibri in Windows with |
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 invalid
error 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:
The text was updated successfully, but these errors were encountered: