We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When following these instructions:
git clone https://github.com/lowerquality/gentle.git cd gentle ./install.sh
everything downloads fine until the very end when I get this error:
error: The 'zope-interface>=5' distribution was not found and is required by twisted
When I run the following command, it breaks. python3 align.py audio.mp3 words.txt
python3 align.py audio.mp3 words.txt
Traceback (most recent call last): File "<user>/gentle/align.py", line 49, in <module> resources = gentle.Resources() File "<user>/gentle/gentle/resources.py", line 19, in __init__ require_dir(self.proto_langdir) File "<user>/gentle/gentle/resources.py", line 16, in require_dir raise RuntimeError("No resource directory %s. Check %s environment variable?" % (path, ENV_VAR)) RuntimeError: No resource directory <user>/gentle/exp. Check GENTLE_RESOURCES_ROOT environment variable?
The text was updated successfully, but these errors were encountered:
Same issue here
Sorry, something went wrong.
No branches or pull requests
When following these instructions:
everything downloads fine until the very end when I get this error:
error: The 'zope-interface>=5' distribution was not found and is required by twisted
When I run the following command, it breaks.
python3 align.py audio.mp3 words.txt
The text was updated successfully, but these errors were encountered: