speech-denoiser
speech-denoiser copied to clipboard
Error in Installtion
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
Hi probably all the dependencies needed are not installed. I think those are specified in the readme file
Possibly you need to also install meson as root user (prefix with sudo: sudo pip3 install meson).