Я пытаюсь установить и запустить пример Kaldi TIMIT.
т.е. ./run.sh
в каталоге kaldi/egs/timit/s5
:
Я получаю сообщение об ошибке:
fstcompile: error while loading shared libraries: libfstscript.so.10: cannot open shared object file: No such file or directory
fstarcsort: error while loading shared libraries: libfstscript.so.10: cannot open shared object file: No such file or directory
Exception ignored in: <_io.TextIOWrapper name=1 mode='w' encoding='latin-1'>
BrokenPipeError: [Errno 32] Broken pipe
Я уверен, что правильно установил Kaldi, после установки Kaldi команды copy-feats и hmm-info работают хорошо.
Как можно устранить эту ошибку?