Skip to content
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

ImportError: No module named kaldi_io_internal #12

Open
gxstudy opened this issue Apr 13, 2017 · 2 comments
Open

ImportError: No module named kaldi_io_internal #12

gxstudy opened this issue Apr 13, 2017 · 2 comments

Comments

@gxstudy
Copy link

gxstudy commented Apr 13, 2017

Hi, @dmitriy-serdyuk ,

"import kaldi_io" gives me the following error:

Traceback (most recent call last):
File "", line 1, in
File "kaldi_io/init.py", line 243, in
from kaldi_io_internal import *
ImportError: No module named kaldi_io_internal

Could you please help me solve it. Thank you so much.

Best,
Cindy

@dmitriy-serdyuk
Copy link
Owner

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.

@ermu-tech
Copy link

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.

excuse me ,where can I point KALDI_ROOT to my kaldi?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants