question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ImportError: No module named 'social_django'

See original GitHub issue

When getting version 0.3.0, I get the following error:

ImportError: No module named 'social_django'

Anybody had a similar issue?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

5reactions
omabcommented, Dec 13, 2016

You need to install social-auth-app-django too. Check the details in the migration file.

0reactions
tolsoft32commented, Dec 9, 2017

thanks, this help out, but i am now having issue with my django url back end, it display the following after login in with the superuser credential i created

Request Method: POST
http://127.0.0.1:8000/admin/login/?next=/admin/
1.8.6
ImportError
Module “social.backends.facebook” does not define a “Facebook2OAuth2” attribute/class
C:\Users\TIPGRI~1\book_env\env\BOOKSM~1\lib\site-packages\django\utils\module_loading.py in import_string, line 29
C:\Users\TIPGRI~1\book_env\env\BOOKSM~1\Scripts\python.exe
3.6.2
[‘C:\Users\Tipgridcom Services\book_env\bookmarks’, ‘C:\Users\TIPGRI~1\book_env\env\BOOKSM~1\Scripts\python36.zip’, ‘C:\Users\TIPGRI~1\book_env\env\BOOKSM~1\DLLs’, ‘C:\Users\TIPGRI~1\book_env\env\BOOKSM~1\lib’, ‘C:\Users\TIPGRI~1\book_env\env\BOOKSM~1\Scripts’, 'c:\users\tipgridcom ’ ‘services\appdata\local\programs\python\python36\Lib’, 'c:\users\tipgridcom ’ ‘services\appdata\local\programs\python\python36\DLLs’, ‘C:\Users\TIPGRI~1\book_env\env\BOOKSM~1’, ‘C:\Users\TIPGRI~1\book_env\env\BOOKSM~1\lib\site-packages’]
Sat, 9 Dec 2017 22:07:53 +0100

does anyone have the idea of what i need to do and how to go about this.

Regards

Read more comments on GitHub >

github_iconTop Results From Across the Web

python-social-auth with Django: ImportError: No module ...
Successfully installed social-auth-app-django-0.1.0, python manage.py migrate, ImportError: No module named 'social_auth'.
Read more >
No module named 'social' · Issue #23 - GitHub
After pip installing social, it lead to a series of other 'no module' errors. It ended with "ImportError: No module named 'mass' ",...
Read more >
No module named 'social_django' 解决方法- 思凡念真- 博客园
python-social-auth with Django: ImportError: No module named 'social_django' 解决方法 To use Django with python social auth, you need to install ...
Read more >
Django Framework - Python Social Auth documentation
A list of available backend names not associated with the current user yet. If there's no user logged in, it will be a...
Read more >
python-social-auth with Django: ImportError: No ... - YouTube
Django : python-social-auth with Django: ImportError : No module named 'social_django' [ Beautify Your Computer ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found