In sotawhat.py, the import from six.moves.html_parser import HTMLParser seems to have compatibility issues, as HTMLParser no longer has an unescape method, which causes the script to fail on lines 186 and 190.
Installing with pip and running sotawhat computer vision 5 led to AttributeError: 'HTMLParser' object has no attribute 'unescape'
In
sotawhat.py, the importfrom six.moves.html_parser import HTMLParserseems to have compatibility issues, asHTMLParserno longer has anunescapemethod, which causes the script to fail on lines 186 and 190.Installing with pip and running
sotawhat computer vision 5led toAttributeError: 'HTMLParser' object has no attribute 'unescape'