我在安装DeepASR模块的时候遇到了下面的报错,请问该怎么解决?
Created by: wshhja
[hhj@hhj decoder]$ sh setup.sh running build_ext building 'post_latgen_faster_mapped' extension g++ -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -Ipybind11/include -I. -I/home/hhj/GradDesi/kaldi/src -I/home/hhj/GradDesi/kaldi/tools/openfst/src/include -IThreadPool -I/usr/include/python2.7 -c pybind.cc -o build/temp.linux-x86_64-2.7/pybind.o -std=c++11 -fopenmp -Wno-sign-compare -Wno-unused-variable -Wno-unused-local-typedefs -Wno-unused-but-set-variable -Wno-deprecated-declarations -Wno-unused-function g++ -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -Ipybind11/include -I. -I/home/hhj/GradDesi/kaldi/src -I/home/hhj/GradDesi/kaldi/tools/openfst/src/include -IThreadPool -I/usr/include/python2.7 -c post_latgen_faster_mapped.cc -o build/temp.linux-x86_64-2.7/post_latgen_faster_mapped.o -std=c++11 -fopenmp -Wno-sign-compare -Wno-unused-variable -Wno-unused-local-typedefs -Wno-unused-but-set-variable -Wno-deprecated-declarations -Wno-unused-function g++ -pthread -shared -Wl,-z,relro build/temp.linux-x86_64-2.7/pybind.o build/temp.linux-x86_64-2.7/post_latgen_faster_mapped.o -L/home/hhj/GradDesi/kaldi/tools/openfst/lib -L/home/hhj/GradDesi/kaldi/src/base -L/home/hhj/GradDesi/kaldi/src/matrix -L/home/hhj/GradDesi/kaldi/src/util -L/home/hhj/GradDesi/kaldi/src/tree -L/home/hhj/GradDesi/kaldi/src/hmm -L/home/hhj/GradDesi/kaldi/src/fstext -L/home/hhj/GradDesi/kaldi/src/decoder -L/home/hhj/GradDesi/kaldi/src/lat -L/usr/lib64 -Wl,-R/home/hhj/GradDesi/kaldi/tools/openfst/lib -Wl,-R/home/hhj/GradDesi/kaldi/src/base -Wl,-R/home/hhj/GradDesi/kaldi/src/matrix -Wl,-R/home/hhj/GradDesi/kaldi/src/util -Wl,-R/home/hhj/GradDesi/kaldi/src/tree -Wl,-R/home/hhj/GradDesi/kaldi/src/hmm -Wl,-R/home/hhj/GradDesi/kaldi/src/fstext -Wl,-R/home/hhj/GradDesi/kaldi/src/decoder -Wl,-R/home/hhj/GradDesi/kaldi/src/lat -lfst -lkaldi-base -lkaldi-util -lkaldi-matrix -lkaldi-tree -lkaldi-hmm -lkaldi-fstext -lkaldi-decoder -lkaldi-lat -lpython2.7 -o /home/hhj/GradDesi/models/fluid/DeepASR/decoder/post_latgen_faster_mapped.so /usr/bin/ld: cannot find -lkaldi-base /usr/bin/ld: cannot find -lkaldi-util /usr/bin/ld: cannot find -lkaldi-matrix /usr/bin/ld: cannot find -lkaldi-tree /usr/bin/ld: cannot find -lkaldi-hmm /usr/bin/ld: cannot find -lkaldi-fstext /usr/bin/ld: cannot find -lkaldi-decoder /usr/bin/ld: cannot find -lkaldi-lat collect2: error: ld returned 1 exit status error: command 'g++' failed with exit status 1