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

extractFormants.py cant find praat on ubuntu. #46

Closed
iveskins opened this issue Dec 10, 2017 · 3 comments
Closed

extractFormants.py cant find praat on ubuntu. #46

iveskins opened this issue Dec 10, 2017 · 3 comments

Comments

@iveskins
Copy link

I got a path error when trying to run extractFormants.py
due to these lines

    elif os.name == 'posix':
        PRAATNAME = 'Praat'

anyway I had to
sudo ln -s /usr/bin/praat /usr/bin/Praat
to get things working.

@efwb001
Copy link

efwb001 commented Dec 13, 2018

Lifesaver! Alternately, this could be fixed by changing 'Praat' to 'praat' on that line, then manually specifying --speechSoftware praat (to override the parameter default of "Praat") when running.

@chrisbrickhouse
Copy link
Collaborator

@JoFrhwld this was fixed in #49 and can be closed

@iveskins
Copy link
Author

I'll close this as looks like its resolved. @chrisbrickhouse

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

3 participants