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
Error NameError: name 'b64encode' is not defined occures when url of captcha iamge is provided solver.normal('http://site.loc/wr-780.jpg')
You need import base64 in solver.py and call function as base64.b64encode in line 442