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

Unable to install with hiredis option #2445

Closed
m2b opened this issue Nov 5, 2022 · 2 comments · Fixed by #2584
Closed

Unable to install with hiredis option #2445

m2b opened this issue Nov 5, 2022 · 2 comments · Fixed by #2584

Comments

@m2b
Copy link

m2b commented Nov 5, 2022

pip install redis[hiredis] return "no matches found: redis[hiredis]"

python version 3.8

pip install redis and pip install hiredis work

@chayim
Copy link
Contributor

chayim commented Nov 17, 2022

@m2b Can you help provide details on your platform? What OS (and arch)? Is there any output?

@tim-ming
Copy link

tim-ming commented Dec 2, 2022

@m2b Did you run the command in zsh? If so, escape the square brackets, pip install redis\[hiredis]\, or use bash instead.

uglide added a commit that referenced this issue Feb 8, 2023
Make pip install redis[hiredis] copy-pastable on zsh

Fix #2445
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants