We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pip install redis[hiredis] return "no matches found: redis[hiredis]"
python version 3.8
pip install redis and pip install hiredis work
The text was updated successfully, but these errors were encountered:
@m2b Can you help provide details on your platform? What OS (and arch)? Is there any output?
Sorry, something went wrong.
@m2b Did you run the command in zsh? If so, escape the square brackets, pip install redis\[hiredis]\, or use bash instead.
pip install redis\[hiredis]\
Update README
1af47cc
Make pip install redis[hiredis] copy-pastable on zsh Fix #2445
Successfully merging a pull request may close this issue.
pip install redis[hiredis] return "no matches found: redis[hiredis]"
python version 3.8
pip install redis and pip install hiredis work
The text was updated successfully, but these errors were encountered: