You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on acoustic modeling using python.
Recently I came across kaldi ASR toolkit and your modules to read kaldi ark files into python.
I am trying to install kaldi-python, but it gives the following error:
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [kaldi_io_internal.so] Error 1
make: *** [all] Error 2
I am using Mac OS X Yosemite 10.10.3.
However, I am able to install kaldi (trunk, without python) and run the /egs scripts successfully, but do not know how to read/write the features (ark, scp) with my python codes.
Sincerely,
-Vipul
The text was updated successfully, but these errors were encountered:
Dear Jan,
I am working on acoustic modeling using python.
Recently I came across kaldi ASR toolkit and your modules to read kaldi ark files into python.
I am trying to install kaldi-python, but it gives the following error:
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [kaldi_io_internal.so] Error 1
make: *** [all] Error 2
I am using Mac OS X Yosemite 10.10.3.
However, I am able to install kaldi (trunk, without python) and run the /egs scripts successfully, but do not know how to read/write the features (ark, scp) with my python codes.
Sincerely,
-Vipul
The text was updated successfully, but these errors were encountered: