We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On trying to import wrappers for a model and a decoder executing "from kaldiasr.nnet3 import KaldiNNet3OnlineModel, KaldiNNet3OnlineDecoder" i get
site-packages/kaldiasr/nnet3.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZTVN3fst11SymbolTableE
What must it be? Everything has been installed properly. Could you please specify what is going wrong with the package?
The text was updated successfully, but these errors were encountered:
Duplicate of #5:
try adding
-Wl,-no-as-needed
to your LDFLAGS [ seems newer versions of GCC need it ]
Sorry, something went wrong.
Modified the line of the Makefile in such a way
LDFLAGS = -rdynamic -lm -lpthread -ldl pkg-config --libs kaldi-asr -Wl,-no-as-needed
pkg-config --libs kaldi-asr
reinstalled the package, but the issue is still pending
No branches or pull requests
On trying to import wrappers for a model and a decoder executing "from kaldiasr.nnet3 import KaldiNNet3OnlineModel, KaldiNNet3OnlineDecoder" i get
site-packages/kaldiasr/nnet3.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZTVN3fst11SymbolTableE
What must it be? Everything has been installed properly. Could you please specify what is going wrong with the package?
The text was updated successfully, but these errors were encountered: