lowerquality / gentle

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

RuntimeError: No resource directory /Volumes/Elements/mispronounciation_detection/gentle/exp. Check GENTLE_RESOURCES_ROOT environment variable? #283

Closed viditjain99 closed 3 years ago

viditjain99 commented 4 years ago

I followed the installation process as mentioned in the README.md file and cloned the repository using the command: git clone --recurse-submodules https://github.com/lowerquality/gentle.git, but still, when I run serve.py I get the error. Those who have managed to install on python please help.

prlabu commented 3 years ago

Same here! Trying the simple install protocol from the README.

git clone https://github.com/lowerquality/gentle.git
cd gentle
./install.sh
python3 align.py audio.mp3 words.txt

macOS Big Sur 11.2.2 Mac Pro Late 2013

prlabu commented 3 years ago

@viditjain99 Were you able to find a fix?