-
Notifications
You must be signed in to change notification settings - Fork 663
pip install django-rest-auth[with_social] not working #402
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
Comments
Hi @mhoonjeon the issue is related to how zsh treats square brackets: https://stackoverflow.com/questions/30539798/zsh-no-matches-found-requestssecurity/30539963 Doing |
@mhoonjeon Did it resolve the issue? |
@maxim-kht thanks for the answer, I didn't know about this zsh behavior. cheers! |
Sorry for the late reply @maxim-kht . You were spot on! Thanks. |
This was referenced Oct 13, 2018
Closed
onlinehub0808
added a commit
to onlinehub0808/dj_rest_auth
that referenced
this issue
Jan 30, 2023
why: The zsh cannot process [] character correctly. iss: Tivix/django-rest-auth#402
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to integrate django-rest-auth with django-allauth to support social login.
So I tried the following, after the reading the doc
pip install django-rest-auth[with_social]
But I could not install the package with the error message returning
zsh: no matches found: django-rest-auth[with_social]
Any ideas why this happens? Thanks.
The text was updated successfully, but these errors were encountered: