kaldi-python
kaldi-python copied to clipboard
ImportError: No module named kaldi_io_internal
Hi, @dmitriy-serdyuk ,
"import kaldi_io" gives me the following error:
Traceback (most recent call last):
File "
Could you please help me solve it. Thank you so much.
Best, Cindy
Try to check if there is kaldi_io_internal.so
near kaldi_io
. It should print in the traceback where is your kaldi_io installed.
It may be a problem with installation, make sure that you have kaldi compiled with --shared
and KALDI_ROOT
points to your kaldi.
Try to check if there is
kaldi_io_internal.so
nearkaldi_io
. It should print in the traceback where is your kaldi_io installed.It may be a problem with installation, make sure that you have kaldi compiled with
--shared
andKALDI_ROOT
points to your kaldi.
excuse me ,where can I point KALDI_ROOT to my kaldi?