textract icon indicating copy to clipboard operation
textract copied to clipboard

textract install chardet 2.1.1 and crash the chardet version

Open kld123509945 opened this issue 6 years ago • 1 comments

Originally, the anaconda will install chardet with the version of 3.0.4. After I install the textract, I import it in the Jupyter nootbook. Then the warning comes out. It says that the version of textract and urllib3 is not supported.

So I have to remove the chardet, using 'conda uninstall chardet'. Then anaconda3 crashed as the pip tool is broken. I have to reinstall the anaconda3.

Is there any solution about this? Thanks.

kld123509945 avatar Feb 28 '18 05:02 kld123509945

I have a more general observation. Many of the packages I'm trying to use with a scraper I'm building require chardet>=3.0 (currently installing 3.0.4).

Instead of a hard requirement, could this package soften it to be chardet>=2.3.0 and explore support for 3.x?

nerdstein avatar Jul 25 '18 17:07 nerdstein