kaldi-gstreamer-server icon indicating copy to clipboard operation
kaldi-gstreamer-server copied to clipboard

INTEL MKL ERROR: /opt/intel/mkl/lib/intel64/libmkl_avx2.so: undefined symbol: mkl_sparse_optimize_bsr_trsm_i8. Intel MKL FATAL ERROR: Cannot load libmkl_avx2.so or libmkl_def.so.

Open jichaoqun opened this issue 3 years ago • 2 comments

when i do this "python kaldigstserver/worker.py -u ws://localhost:8888/worker/ws/speech -c sample_worker.yaml",I have get this problems: INTEL MKL ERROR: /opt/intel/mkl/lib/intel64/libmkl_avx2.so: undefined symbol: mkl_sparse_optimize_bsr_trsm_i8. Intel MKL FATAL ERROR: Cannot load libmkl_avx2.so or libmkl_def.so. and then i have try many ways,but the are still not work.such as conda install numpy

jichaoqun avatar Mar 18 '21 02:03 jichaoqun

Try with

export LD_PRELOAD=/opt/intel/mkl/lib/intel64/libmkl_core.so:/opt/intel/mkl/lib/intel64/libmkl_intel_thread.so:/opt/intel/mkl/lib/intel64/libmkl_intel_lp64.so:/opt/intel/lib/intel64/libiomp5.so

itzsimpl avatar Mar 18 '21 12:03 itzsimpl

Try with

export LD_PRELOAD=/opt/intel/mkl/lib/intel64/libmkl_core.so:/opt/intel/mkl/lib/intel64/libmkl_intel_thread.so:/opt/intel/mkl/lib/intel64/libmkl_intel_lp64.so:/opt/intel/lib/intel64/libiomp5.so

when i do this it can be ok , but if i have a new work it also have this quession. and i have a new : Audio sent, now sending EOS Received error from server (status 1) can you help me?think you very much!

jichaoqun avatar Mar 19 '21 01:03 jichaoqun