kaldi-python icon indicating copy to clipboard operation
kaldi-python copied to clipboard

ImportError: kaldi_io/kaldi_io_internal.so: undefined symbol: _ZN5kaldi9SemaphoreD1Ev

Open YichiHuang opened this issue 6 years ago • 2 comments

import kaldi_io Traceback (most recent call last): File "", line 1, in File "kaldi_io/init.py", line 243, in from kaldi_io_internal import * ImportError: kaldi_io/kaldi_io_internal.so: undefined symbol: _ZN5kaldi9SemaphoreD1Ev when I import kaldi_io, I encountered the problem. Could you help me solve it, thank you very much. I rebuilt the kaldi with configure --share, and I also add the kaldi_io_internal.so to /anaconda3/lib/python3.5/site-packages/

YichiHuang avatar Oct 18 '17 07:10 YichiHuang

The library file kaldi_io_internal.so is missing some symbols from Kaldi you either didn't link against the correct Kaldi version, or moved files. BEst is to rebuoild everything, starting with Kaldi with the --shared flag

janchorowski avatar Oct 30 '17 09:10 janchorowski

I also meet this problem . Is it solved ? @YichiHuang . Thank you !

Rpersie avatar Sep 01 '18 02:09 Rpersie