-
Notifications
You must be signed in to change notification settings - Fork 294
Older versions of six may be incompatible #298
New issue
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
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.
The text was updated successfully, but these errors were encountered: