-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttributeError: 'HTMLParser' object has no attribute 'unescape' #102
Comments
This is an issue with Python 3.9; if you read the trace, you can see it right in the path. HTMLParser has changes in 3.9 that break |
You're suggesting that users should do something. I'm claiming that you should do something. If you require Python 3.9, then, when starting up - check the Python version, and if it's earlier, fail informatively. Also, I'm stuck on an old distribution and can't play with the Python installation. |
@austinthresher Wasn't this issue fixed with this commit ? |
@austinthresher: this commit solves the issue. Any chance you could tag a new release? It's been a while since the last release 😄 |
I'm trying to use mdv on an old(ish) distribution, with Python 2.7.5 . When it runs, I get:
If you don't support this Python version, the pip install should fail, or the script should say so. If you do support this version of python - then this is a bug.
The text was updated successfully, but these errors were encountered: