Skip to content
New issue

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

Python Command Line Error #168

Closed
ghunkins opened this issue May 27, 2018 · 5 comments
Closed

Python Command Line Error #168

ghunkins opened this issue May 27, 2018 · 5 comments

Comments

@ghunkins
Copy link

I am trying to using the direct Python source code interface to the run the basic example. Here are my steps:
(1) Clone the repository git clone https://github.com/lowerquality/gentle.git
(2) Run the installation script ./install.sh
(3) Run the example command python align.py examples/data/lucier.mp3 examples/data/lucier.txt

Here is the error I'm receiving:

Traceback (most recent call last):
  File "align.py", line 49, in <module>
    resources = gentle.Resources()
  File "/Users/ghunk/Desktop/FUN/Elon/gentle/gentle/resources.py", line 19, in __init__
    require_dir(self.proto_langdir)
  File "/Users/ghunk/Desktop/FUN/Elon/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 /Users/ghunk/Desktop/FUN/Elon/gentle/exp.  Check GENTLE_RESOURCES_ROOT environment variable?

Can anyone help with this? There are other scripts to run, but this is not included in the README description. Many thanks.

I am using the latest git version and am running macOS High Sierra 10.13.4.

@ghunkins
Copy link
Author

I found a similar error here: #128. Following the instructions there solved this for me.

@markgwaps04
Copy link

I found a similar error here: #128. Following the instructions there solved this for me.

I'm done installing Twisted==16 but nothing happen

@caliconiko
Copy link

I found a similar error here: #128. Following the instructions there solved this for me.

Could you open this issue again? I got the same error.

@bongblender
Copy link

do anyone have any solution to this..

@Yixin-Shen-1218
Copy link

Could you open this issue again? I got the same error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants