- Notifications
You must be signed in to change notification settings - Fork294
Closed
Description
Please disregard this if there are any overriding implications of requiring an updated version of six, but I found I needed an upgraded version in order to import html5lib.
With six==1.5.2 I receive an ImportError:
File "/usr/local/lib/python2.7/dist-packages/weasyprint/__init__.py", line 19, in <module> import html5lib # noqa File "/usr/local/lib/python2.7/dist-packages/html5lib/__init__.py", line 16, in <module> from .html5parser import HTMLParser, parse, parseFragment File "/usr/local/lib/python2.7/dist-packages/html5lib/html5parser.py", line 2, in <module> from six import with_metaclass, viewkeys, PY3ImportError: cannot import name viewkeys
This error goes away when I add six=1.10.0 to my requirements.
Metadata
Metadata
Assignees
Labels
No labels