-
Notifications
You must be signed in to change notification settings - Fork 28
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
does not work in Windows #22
Comments
Can you get any stack trace? |
i'm not sure how to get a stack trace, i'm not getting an exception, the python.exe just stops responding (like out of memory error). |
Can you try to run the Java code directly, that I described for example in #25 (comment) |
I have the same problem, downloaded today via pip install duckling, on windows 10, when I tried it on linux Ubuntu 16.04.2 LTS, everything worked great. after some digging I found it crush in:
specifically when it tried to run this line: jvm="'C:\Program Files\Java\jdk1.8.0_144\jre\bin\server\jvm.dll'" |
Hi guys. |
i ran the following code
This code works fine in Ubuntu but does not work in Windows. In windows I get a "Python.exe has stopped working" window
The text was updated successfully, but these errors were encountered: