-
Notifications
You must be signed in to change notification settings - Fork 17
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
Make it work locally with Windows #56
Comments
Error in this line in
It has probably something to do with how they do paths on windows.
|
I will test it out on Azure - thanks for reporting. |
We have to play our cards right in this new Windows era 😄 |
Can you try the following:
Does this work? Because at least on Azure it worked then (but I got same error when serving from a clone). And the reason was that Windows did not understand symlinks. But I did not try in Git bash but rather from https://www.msys2.org. |
I will, tomorrow (only windows @ work). Thanks for looking at this! |
If this works then I need to think what to do about the symlinks. Of course I can get rid of them with some code duplication if needed. |
I was not able to make it work. |
OK I need to test with Git bash then. |
Can we perhaps debug this together? Such an incredible struggle for me to get a Git bash going with Python. |
Alternative: can you try on https://www.msys2.org? |
I can try to have a look at it next week. It is not very important for me that it is working on Windows, so please do not struggle for me:) |
I do not think it is possible at the moment.
How to test it (if you are on a Windows machine with Python 3.6 using Git Bash)
Then go to http://127.0.0.1:5000/
The text was updated successfully, but these errors were encountered: