speech-denoiser icon indicating copy to clipboard operation
speech-denoiser copied to clipboard

Error in Installtion

Open roy-bankesh opened this issue 5 years ago • 2 comments
trafficstars

Hi, I am using a ubuntu 14.04 PC to install speech-denoiser. After giving "chmod +x install.sh && ./install.sh" command i am getting this errors:

./autogen.sh: 10: ./autogen.sh: autoreconf: not found mv: cannot stat ‘../ltmain.sh’: No such file or directory ./install.sh: line 24: ./configure: No such file or directory make: *** No targets specified and no makefile found. Stop. ./install.sh: line 36: meson: command not found ./install.sh: line 41: cd: build: No such file or directory ./install.sh: line 42: ninja: command not found ./install.sh: line 43: ninja: command not found

roy-bankesh avatar Feb 13 '20 12:02 roy-bankesh

Hi probably all the dependencies needed are not installed. I think those are specified in the readme file

lucianodato avatar Mar 19 '20 00:03 lucianodato

Possibly you need to also install meson as root user (prefix with sudo: sudo pip3 install meson).

StephanMeijer avatar May 21 '20 19:05 StephanMeijer