From 9cd312e1a5b583d0c9a3084ab4145d72d20f0140 Mon Sep 17 00:00:00 2001 From: Vadim-cloud-star <68805308+Vadim-cloud-star@users.noreply.github.com> Date: Tue, 24 Aug 2021 18:11:35 +0300 Subject: [PATCH] Add extra dependencies gfortran and python2.7 required for kaldi otherwise build stops --- install_deps.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install_deps.sh b/install_deps.sh index 4328d4a4..3f368941 100755 --- a/install_deps.sh +++ b/install_deps.sh @@ -9,7 +9,8 @@ if [[ "$OSTYPE" == "linux-gnu" ]]; then apt-get update -qq apt-get install -y zlib1g-dev automake autoconf git \ libtool subversion libatlas3-base python3-pip \ - python3-dev wget unzip python3 + python3-dev wget unzip python3 \ + python2.7 gfortran apt-get install -y ffmpeg || echo -n "\n\nYou have to install ffmpeg from a PPA or from https://ffmpeg.org before you can run gentle\n\n" python3 setup.py develop elif [[ "$OSTYPE" == "darwin"* ]]; then