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
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'
The text was updated successfully, but these errors were encountered:
In
sotawhat.py
, the importfrom six.moves.html_parser import HTMLParser
seems to have compatibility issues, asHTMLParser
no longer has anunescape
method, which causes the script to fail on lines 186 and 190.Installing with pip and running
sotawhat computer vision 5
led toAttributeError: 'HTMLParser' object has no attribute 'unescape'
The text was updated successfully, but these errors were encountered: