Voice-Privacy-Challenge-2020 icon indicating copy to clipboard operation
Voice-Privacy-Challenge-2020 copied to clipboard

Issue with MKL in Kaldi

Open alexmplata16 opened this issue 4 months ago • 0 comments

After running install.sh i get this:

Warning: IRSTLM is not installed by default anymore. If you need IRSTLM Warning: use the script extras/install_irstlm.sh All done OK. Building Kaldi src Configuring KALDI to use MKL. Checking compiler g++ ... Checking OpenFst library in /home/alejandro/Voice-Privacy-Challenge-2020/kaldi/tools/openfst-1.6.7 ... Checking cub library in /home/alejandro/Voice-Privacy-Challenge-2020/kaldi/tools/cub-1.8.0 ... Doing OS specific configurations ... On Linux: Checking for linear algebra header files ... Configuring MKL library directory: ***configure failed: MKL libraries could not be found. Please use the switch --mkl-libdir or try another math library, e.g. --mathlib=ATLAS (would be slower) ***

what do i have to do? Because when i open env.sh this is what i found:

if [ $(which python) != /home/alejandro/Voice-Privacy-Challenge-2020/venv/bin/python ]; then source /home/alejandro/Voice-Privacy-Challenge-2020/venv/bin/activate; fi

alexmplata16 avatar Feb 22 '24 11:02 alexmplata16