-
-
Notifications
You must be signed in to change notification settings - Fork 545
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
ModuleNotFoundError: No module named 'jose' #773
Comments
That was not intended, see python-social-auth/social-app-django#427 (comment) and #590 (comment) |
Hello there, is there a plan to fix this or should we go with one of the workarounds mentioned? Thanks |
Yes, the plan is to fix that. Just somebody needs to have time for that. Out of the outlined solutions, I tend to think that “splitting limited Facebook authentication to a separate module to avoid this dependency” is the best approach. A pull request implementing that is welcome. |
This removes jose dependency from Facebook backend. Fixes python-social-auth#773
Proposed fix: #778 |
This removes jose dependency from Facebook backend. Fixes python-social-auth#773
This removes jose dependency from Facebook backend. Fixes #773
This allows to earlier catch issues like python-social-auth/social-core#773
This allows to earlier catch issues like python-social-auth/social-core#773
This allows to earlier catch issues like python-social-auth/social-core#773
This allows to earlier catch issues like python-social-auth/social-core#773
zestedesavoir#6474)" This reverts commit 2f5f2f0. Le problème en question python-social-auth/social-core#773 a été corrigé dans la version 4.4.1 de social-core.
#6474)" This reverts commit 2f5f2f0. Le problème en question python-social-auth/social-core#773 a été corrigé dans la version 4.4.1 de social-core.
Installing the latest version 4.4.0 leads to error looking for
python-jose
when importingFacebookOAuth2
. This is not happening on 4.3.0.Is it intended and
python-jose
should be moved from extras? Or I need to install extraopenidconnect
for Facebook backend?The text was updated successfully, but these errors were encountered: