#16 Install lhotse

  • To install lhotse run command:
  • Originally had a problem to install lhotse Build lilcom failed and cmake: not found :
  • Fix : install cmake

To install lhotse run command:

My operating system is Ubuntu 20.04.4 LTS”

np@np-INTEL:~$ pip install git+https://github.com/lhotse-speech/lhotse

Output:

Originally had a problem to install lhotse Build lilcom failed and cmake: not found :

At first I had an error:

Exception:
      Build lilcom failed. Please check the error message.

Fix : install cmake

2006  pip install git+https://github.com/lhotse-speech/lhotse
2011  git clone https://github.com/danpovey/lilcom.git
2012  cd lilcom
2013  make
2014  python3 setup.py install --user
2015  sudo apt-get install cmake
2016  python  setup.py install --user
2017  ls
2018  cd ..
2019  pip install git+https://github.com/lhotse-speech/lhotse