Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

kaldi python2 binary issue

I am installing kaldi in ubuntu 18.04. python2.7 is one of the dependencies to install kaldi. I have installed python2.7 by sudo apt-get install pytho2.7. Then to check the prerequisites run extras/check_dependencies.sh. The result showing - "python2.7 is installed, but the python2 binary does not exit. Creating a symlink and adding this to tools/env.sh" What is the next step to do?

like image 718
Arunavangshu Maiti Avatar asked Aug 23 '26 21:08

Arunavangshu Maiti


2 Answers

You should add symlink to python2.7 binary:

ln -fs /usr/bin/python2.7 $(KALDI_ROOT)/tools/python/python2

Where $(KALDI_ROOT) is a root directory of Kaldi source code

like image 178
George Tsaplin Avatar answered Aug 26 '26 23:08

George Tsaplin


i just input 'ln -fs /usr/bin/python2.7'

like image 43
user16914459 Avatar answered Aug 27 '26 00:08

user16914459



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!