I have the following error when I run django allauth example and it tries to send an email:
File \"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/p
Alternatively if you have a social sign up, you probably do not require verification email so you can just add ACCOUNT_EMAIL_VERIFICATION = 'none' to your settings. This will automatically solve the problem.
ACCOUNT_EMAIL_VERIFICATION = 'none'