Skip to content

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

Closed
rollue opened this issue Jan 21, 2018 · 4 comments
Closed

pip install django-rest-auth[with_social] not working #402

rollue opened this issue Jan 21, 2018 · 4 comments

Comments

@rollue
Copy link

rollue commented Jan 21, 2018

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.

@maxim-kht
Copy link
Contributor

Hi @mhoonjeon the issue is related to how zsh treats square brackets: https://stackoverflow.com/questions/30539798/zsh-no-matches-found-requestssecurity/30539963

Doing pip install 'django-rest-auth[with_social]' should work

@maxim-kht
Copy link
Contributor

@mhoonjeon Did it resolve the issue?

@noelbautista91
Copy link

@maxim-kht thanks for the answer, I didn't know about this zsh behavior. cheers!

@rollue
Copy link
Author

rollue commented Aug 5, 2018

Sorry for the late reply @maxim-kht . You were spot on! Thanks.

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
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants