deanmalmgren / textract

extract text from any document. no muss. no fuss.
http://textract.readthedocs.io
MIT License
3.86k stars 592 forks source link

Use latest six #465

Open I-Good-Vegetable opened 1 year ago

I-Good-Vegetable commented 1 year ago

Please update the requirement for six, otherwise it raises warnings like: :914: ImportWarning: _SixMetaPathImporter.find_spec() not found; falling back to find_module()

I-Good-Vegetable commented 1 year ago

It will be fixed if six is updated to the latest one.

LEv145 commented 4 months ago

Same issue when using pandas

dataframe = pd.read_json("testdata/data.json")

изображение With latestsix: изображение

LEv145 commented 4 months ago

https://github.com/secdev/scapy/issues/3502