You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
init.py line 28:
line = line.strip().decode('utf-8')
causes a failure on python 3.5. line.strip() is already a string, and does not implement the 'decode' function.