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 コマンドの両方が正常に機能しています。
このエラーを解決するにはどうすればよいですか?