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

fstext/_symbol_table.so: undefined symbol #308

Open
v-yunbin opened this issue Nov 7, 2022 · 0 comments
Open

fstext/_symbol_table.so: undefined symbol #308

v-yunbin opened this issue Nov 7, 2022 · 0 comments

Comments

@v-yunbin
Copy link

v-yunbin commented Nov 7, 2022

  1. install pykaldi
pip3 install numpy
pip3 install pykaldi-0.2.1-cp38-cp38-linux_x86_64.whl 
  1. install kaldi
    ./install_kaldi.sh
  2. decode with "nnet3-recognizer.py",get follows error:
Traceback (most recent call last):
  File "nnet3-recognizer.py", line 5, in <module>
    from kaldi.asr import NnetLatticeFasterRecognizer, LatticeLmRescorer
  File "/home/ybZhang/pykaldi/lib/python3.8/site-packages/kaldi/asr.py", line 14, in <module>
    from . import decoder as _dec
  File "/home/ybZhang/pykaldi/lib/python3.8/site-packages/kaldi/decoder/__init__.py", line 1, in <module>
    from ._grammar_fst import *
ImportError: /home/ybZhang/pykaldi/lib/python3.8/site-packages/kaldi/decoder/../fstext/../fstext/../fstext/_symbol_table.so: undefined symbol: _ZN3fst19StringToSymbolTableERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
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

1 participant