I am trying to install and run the Kaldi TIMIT example.
i.e. ./run.sh
in the kaldi/egs/timit/s5
directory:
I get the error:
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
I am sure I installed Kaldi properly, both copy-feats and hmm-info commands are working well after installing Kaldi.
How could I resolve this error?