Hi,
Hold on, before you close this issue because it's a duplicate or it's been solved, I must inform you that is not the case.
I downloaded the latest code from the master branch which includes your latest commit 13 hours ago and I still get an error.
Here's the error: 
Same as me. this error is unable to extract form login.
i hope fix this ASAP
@ipkpjersi , @hxor did you try to install requests[security] or pyOpenSSL separately?
OR
if any one of these works for you let me know.
I tried the first command: sudo -H pip install requests[security] --upgrade and it worked great, seems my dependencies were out of date. You can close this now if you want. Thanks!
how about windows user ?
@hxor did you even tried to install before asking this question? i think PIP command is same for all platform rest you can search google.
Most helpful comment
@ipkpjersi , @hxor did you try to install requests[security] or pyOpenSSL separately?
Unix / Linux based systems
OR
sudo -H pip install pyOpenSSL --upgrade
Windows (all version)
pip install requests[security] --upgrade
OR
@ipkpjersi did you tried any one of these solutions ( #110, #98, #98, #113 )
if any one of these works for you let me know.