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

Install - bad pattern #20

Open
4 tasks done
willwade opened this issue Jul 21, 2023 · 2 comments
Open
4 tasks done

Install - bad pattern #20

willwade opened this issue Jul 21, 2023 · 2 comments

Comments

@willwade
Copy link

Prerequisites

  • Can you reproduce the problem?
  • Are you running the latest version?
  • Did you check the documentation?
  • Did you perform a cursory search?

For more information, see the contributing guide.

Description

I'm running pip install TTS-Wrapper[google, watson] But I get zsh: bad pattern: TTS-Wrapper[google,

Running under 3.10
MacOS

@gbottari
Copy link
Contributor

Hi, Will. Thanks for your interest in the project. I think zsh is having trouble with the brackets. Try using quotes like this: pip install "TTS-Wrapper[google, watson]"

@willwade
Copy link
Author

perfect! Solved! (Guess may be worth updating the docs!)

willwade added a commit to willwade/tts-wrapper that referenced this issue Sep 17, 2023
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

2 participants