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

Can't use 'pip install python-i18n[YAML]' #7

Closed
eric0324 opened this issue May 22, 2018 · 2 comments
Closed

Can't use 'pip install python-i18n[YAML]' #7

eric0324 opened this issue May 22, 2018 · 2 comments

Comments

@eric0324
Copy link

I try to enter pip install python-i18n[YAML]

But it outputs an error message

no matches found: python-i18n[YAML]

why?

@danhper
Copy link
Owner

danhper commented May 22, 2018

I suppose you are using zsh.
You need to escape or quote python-i18n[YAML] or zsh will wrongly interpret it.

pip install "python-i18n[YAML]"

should work.

@eric0324
Copy link
Author

Ok, I can use it!

thank you!

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