lowerquality / gentle

gentle forced aligner
https://lowerquality.com/gentle/
MIT License
1.45k stars 295 forks source link

[README] Cloning will not work unless you have this launch option #257

Open lilgandhi1199 opened 4 years ago

lilgandhi1199 commented 4 years ago

example in readme should be

git clone --recurse-submodules https://github.com/lowerquality/gentle.git

Otherwise the kaldi folder will be empty. Took me 3 weeks to figure that out. But then also if anyone says it's not working too the only other problem I found is OpenFST consistently was corrupted on download.

Found it online here it is as backup incase anyone asks. openfst-1.6.5.tar.gz

Looks like the link changed to OPENFST someone mentioned it here too unless that's really old and unrelated...idk https://github.com/lowerquality/gentle/issues/192

lilgandhi1199 commented 4 years ago

As a side note you might want to tell people to run these also they might be dependencies...hope you know for sure!

sudo apt install python3 sudo apt install python2.7 sudo apt install libatlas-base-dev sudo apt install gfortran

Aidenfaustine commented 3 years ago

when i run pip install openfst. it is reported error as follow. how yo fix it.Thanks

image