Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upOlder versions of six may be incompatible #298
Comments
The travis build errors on #301 also show that a137d14 by @kovidgoyal in 2013 is where |
I think I decided that 1.9 being over a year old was a good enough reason to rely on it, as if you're using a recent version of html5lib, you're obviously not opposed to running recent versions of software. Aside from pip, setuptools, and wheel we have no reason not to rely on recent versions of dependencies, as far as I'm aware. Obviously, if you disagree, say! |
By silence procedure and #301 being merged, I would say this can be closed now. |
I'm having this exact error, but I have six==1.10.0 installed. Any other reason this could be happening? |
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:
This error goes away when I add six=1.10.0 to my requirements.