Skip to content

Instantly share code, notes, and snippets.

@AbhilashG97
Last active November 3, 2019 20:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AbhilashG97/a6f0d2ff4f31891b41917d96331f29b6 to your computer and use it in GitHub Desktop.
Save AbhilashG97/a6f0d2ff4f31891b41917d96331f29b6 to your computer and use it in GitHub Desktop.
Error log for the installation of python-htmlentities
Collecting htmlentities
Using cached https://files.pythonhosted.org/packages/9d/fa/f698172cea0f59b5ecd05532a041ade71db109753c29c4503b8189a8e6fc/htmlentities-0.2.1.tar.gz
ERROR: Command errored out with exit status 1:
command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-odgwtov1/htmlentities/setup.py'"'"'; __file__='"'"'/tmp/pip-install-odgwtov1/htmlentities/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-install-odgwtov1/htmlentities/pip-egg-info
cwd: /tmp/pip-install-odgwtov1/htmlentities/
Complete output (7 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-install-odgwtov1/htmlentities/setup.py", line 2, in <module>
from htmlentities import __version__
File "/tmp/pip-install-odgwtov1/htmlentities/htmlentities/__init__.py", line 1, in <module>
from htmlentitydefs import codepoint2name, name2codepoint
ModuleNotFoundError: No module named 'htmlentitydefs'
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment