kaldi-asr / kaldi

kaldi-asr/kaldi is the official location of the Kaldi project.
http://kaldi-asr.org
Other
13.95k stars 5.29k forks source link

./install_mkl.sh error: #4909

Open Santhosh642003 opened 3 months ago

Santhosh642003 commented 3 months ago

./install_mkl.sh: Your system is using debian-style package management.

Please open an issue with us at https://github.com/kaldi-asr/kaldi/ if you believe this is a bug.

I'm running this on kaggle notebook. Please help me resolve it

mgchristensen commented 2 months ago

My attempt to install kaldi also failed on Fedora 39. It appears that Intel no longer supports this version of MKL; specifically, the package signing keys are no longer valid. I get these error messages:

`extras/install_mkl.sh: Your system is using fedora-style package management.

Intel requires one to establish an account (no charge) in order to download and install this library.

Perhaps the developers will be able to substitute the newer libraqry for the old?

NefelibataJay commented 1 month ago

Resolved https://github.com/kaldi-asr/kaldi/issues/4903#issuecomment-2019813704

./install_mkl.sh: Your system is using debian-style package management.

Please open an issue with us at https://github.com/kaldi-asr/kaldi/ if you believe this is a bug.

I'm running this on kaggle notebook. Please help me resolve it

NefelibataJay commented 1 month ago
wget https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB
apt-key add GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB
sh -c 'echo deb https://apt.repos.intel.com/mkl all main > /etc/apt/sources.list.d/intel-mkl.list'
apt update

extras/install_mkl.sh

Resolved #4903 (comment)

./install_mkl.sh: Your system is using debian-style package management.

Please open an issue with us at https://github.com/kaldi-asr/kaldi/ if you believe this is a bug. I'm running this on kaggle notebook. Please help me resolve it