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

Symbol lookup error #32

Open
awa292 opened this issue Aug 30, 2019 · 2 comments
Open

Symbol lookup error #32

awa292 opened this issue Aug 30, 2019 · 2 comments

Comments

@awa292
Copy link

awa292 commented Aug 30, 2019

Error: symbol lookup error: /opt/intel/mkl/lib/intel64/libmkl_vml_avx2.so: undefined symbol: mkl_serv_getenv
Script: examples/chain_online.py

@gooofy
Copy link
Owner

gooofy commented Aug 31, 2019

maybe an issue with your kaldi installation?

@awa292
Copy link
Author

awa292 commented Sep 3, 2019

I don't think so. Cloned the github repository and build it from there. Error persists while making with python2.7. If make is done via python3.5, it throws:

Traceback (most recent call last):
File "", line 1, in
File "/home/user/py-kaldi-asr-master/chain.py", line 20, in
kaldi_model_in = KaldiNNet3OnlineModel (MODELDIR_IN.encode('utf-8'), MODEL_IN.encode('utf-8'), acoustic_scale=1.0, beam=15.0, frame_subsampling_factor=3)
File "kaldiasr/nnet3.pyx", line 87, in kaldiasr.nnet3.KaldiNNet3OnlineModel.cinit
self.modeldir = _text(modeldir)
File "kaldiasr/nnet3.pyx", line 49, in kaldiasr.nnet3._text
raise TypeError("Could not convert to unicode.")
TypeError: Could not convert to unicode.

After resolving unicode error python3.5 gave same error: python3.5: symbol lookup error: /opt/intel/mkl/lib/intel64/libmkl_vml_avx2.so: undefined symbol: mkl_serv_getenv

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

2 participants