-
Notifications
You must be signed in to change notification settings - Fork 588
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
Cannot build the project #95
Comments
Looks like I needed to downgrade Java: $ sudo apt-get install openjdk-8-jdk -y
$ sudo update-java-alternatives -l
java-1.11.0-openjdk-amd64 1111 /usr/lib/jvm/java-1.11.0-openjdk-amd64
java-1.8.0-openjdk-amd64 1081 /usr/lib/jvm/java-1.8.0-openjdk-amd64
$ sudo update-java-alternatives -s java-1.8.0-openjdk-amd64 Although some of the tests fail:
|
Hi all, I also couldn't build the project to see demo for JSGF, Daria |
@roddar92 You'd better try https://github.com/alphacep/kaldi-websocket-python |
Thanks, Nickolay, I look it later) |
I got the same build test failures for testDictionary and testLatticeComp. These are excerpts from the logs: Gradle suite > Gradle test > edu.cmu.sphinx.linguist.dictionary.DictionaryTest.testDictionary FAILED ......... Gradle suite > Gradle test > edu.cmu.sphinx.result.LatticeCompTest.testLatticeComp FAILED |
I cannot build the latest
master
:System info:
The text was updated successfully, but these errors were encountered: