8000 Installation Fails: Missing 'zope-interface' and RuntimeError for GENTLE_RESOURCES_ROOT · Issue #339 · strob/gentle · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Installation Fails: Missing 'zope-interface' and RuntimeError for GENTLE_RESOURCES_ROOT #339
Open
7407
@janksmap

Description

@janksmap

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

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0