It's an old package from 2011 and won't install properly.
pip install -U html Collecting html Using cached https://files.pythonhosted.org/packages/4a/df/0e3d22d50ee43274eb5116f49972a164d853bb3ab305a69a0540b6292252/html-1.16.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "<string>", line 1, in <module> File "/private/var/folders/m1/9hd9n1fn7bjb41l326lsyrrh0000gn/T/pip-install-sd9ywyfg/html/setup.py", line 12, in <module> long_description = __doc__.decode('utf8'), AttributeError: 'str' object has no attribute 'decode'
It seems that Python3.4+ actually comes with a module called html, I don't know if that's enough?
It's an old package from 2011 and won't install properly.
pip install -U html Collecting html Using cached https://files.pythonhosted.org/packages/4a/df/0e3d22d50ee43274eb5116f49972a164d853bb3ab305a69a0540b6292252/html-1.16.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "<string>", line 1, in <module> File "/private/var/folders/m1/9hd9n1fn7bjb41l326lsyrrh0000gn/T/pip-install-sd9ywyfg/html/setup.py", line 12, in <module> long_description = __doc__.decode('utf8'), AttributeError: 'str' object has no attribute 'decode'It seems that Python3.4+ actually comes with a module called html, I don't know if that's enough?