-
Notifications
You must be signed in to change notification settings - Fork 110
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
Python3.4.2 and chardet-2.3.0 issues with messytables reinstalling older version chardet-2.1.1 #114
Comments
don't know about python3, Happy to take a look after the weekend though. |
Looks like pdftables should update its pdfminer version to be python 3 compatible. @rossjones when we make messytables python 3 compatible, let's enable the travis tests for python 3. |
Not sure what would need to be changed https://github.com/okfn/messytables/blob/master/setup.py#L44 but Please let me know if there is anything that I can test, or do, I am interested in learning the ropes on porting code, although I am not at all sure if this would be the right outlet to start doing that? |
I tried the latest chardet and at least the unittests pass. The problem are other dependencies. |
The py23 branch uses much updated versions of many of the dependancies; I think that in the early Py3 era there were an awful lot of libraries which had a major version change to support Py3 which didn't support Py2; however they've since all become Py23 polyglot. So we can safely update the dependencies. |
I was attempting to use: https://github.com/edcrewe/django-csvimport
Which uses messytables to guesstimate csv/table information.
However messytables is uninstalling
chardet2.3.0
and replacing it with an older version (2.1.1), which does not work with python3.4.2Does messytables have a development branch that is being ported to python3?
The text was updated successfully, but these errors were encountered: