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
Error finding kaldi files. #194
Comments
|
The problem I ran into here were 2 things.
These problem are in the Kaldi repo so I will request changes to be made there. |
|
Looks like these changes were indeed fixed in Kaldi - but the commit in the submodule of this project is out of date with those fixes. Is it possible to get a commit bump in the kaldi submodule? |
|
Build kaldi need package gfortran |
|
Encounted the same error but none of the above works.
Just in case someone else runs into the same error. |
When I run install.sh on Linux, it eventually stops at this error.
Makefile:5: kaldi/src/kaldi.mk: No such file or directory
Not building with cuda!!!
make: *** No rule to make target 'kaldi/src/kaldi.mk'. Stop.
the ext/kaldi/src direct has a bunch of other things but is indeed missing kaldi.mk file.
The text was updated successfully, but these errors were encountered: