We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I am having issues with installing python-htmlentities.
python-htmlentities
I keep getting this error -
The GitHub Gist for the log can be found here.
I am using Python 3.7.3
Python 3.7.3
Am I doing something wrong?
The text was updated successfully, but these errors were encountered:
I think this is an error in the underlying six library rather than in here.
six.moves is redirecting to htmlentitydefs when it should be redirecting to htmlentity (https://docs.python.org/3.8/library/html.entities.html?highlight=html)
htmlentitydefs
htmlentity
Sorry, something went wrong.
Actually I have it backwards - Pip has version 0.2, current version on git is 0.3 which includes a fix for this issue.
No branches or pull requests
Hello,
I am having issues with installing
python-htmlentities
.I keep getting this error -
The GitHub Gist for the log can be found here.
I am using
Python 3.7.3
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: