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

"command not found" on install #18

Open
NickDouglas opened this issue Nov 9, 2016 · 5 comments
Open

"command not found" on install #18

NickDouglas opened this issue Nov 9, 2016 · 5 comments

Comments

@NickDouglas
Copy link

Hi! I don't know much about Terminal or coding, so this might be a dumb question.

When I follow step 5 of "Running the Program" (by entering "pip install -r requirements.txt" in terminal from the pt-voicebox folder, I get the error message "command not found". Do I need to install something else to enable that command?
screen shot 2016-11-09 at 2 21 43 pm

@pennetti
Copy link
Collaborator

Hey Nick!

Thanks so much for submitting this issue, not a dumb question at all - this is definitely not an intuitive process (especially if you're opening the terminal for the first time!). I forgot that pip is not installed by default (oops!), could you try running sudo easy_install pip (should ask for your password if you have one) and let me know if that fixes it? If that works I'll update the instructions to include this step so nobody else runs into this.

@NickDouglas
Copy link
Author

Thank you! The installation seemed to work fine. Now I'm up to step 7 and I got this:
screen shot 2016-12-01 at 11 11 34 am

I'm not sure what to do next. I also tried running voicebox from Finder:
screen shot 2016-12-01 at 11 13 36 am

So with either method, I'm not seeing any instructions.

Again, thank you for your patience with a layman!

@born-slippery
Copy link

Hi Nick, having exactly the same issue with the ImportError.
Have you found a solution?

Thanks!

@misuba
Copy link

misuba commented Dec 9, 2016

Yep, I'm seeing this too. Is it to do with command-line Mac OS dev tools being installed or not, maybe?

@pennetti
Copy link
Collaborator

Hey @NickDouglas, @born-slippery, and @misuba,

It looks like this is caused by an old version of the six package. Could you try upgrading it to see if that fixes your issue? The command is sudo easy_install --upgrade six. Try running from the root directory, so inside pt-voicebox run bin/voicebox. Also, in the future could you please paste the text from the terminal instead of taking a screenshot?

Sorry about the slow responses here, I'll try to keep up with these issues. Thanks so much for checking out the project!

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

4 participants