deanmalmgren / textract

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

module 'six.moves' has no attribute 'collections_abc' for six==1.12.0 #375

Open Alex-apostolo opened 3 years ago

Alex-apostolo commented 3 years ago

Describe the bug I am trying to use google-cloud-profiler module along with textract in my python script. The issue occurs with google-cloud-profiler where I get the error in the title. I tried using a newer version of six but I can't since textract requirements fixes it at 1.12.0. This 'no-attribute' error was fixed at six==1.12.1, so if you could please use that version of six or any of the newer ones to resolve the dependency issue.

Expected behavior Use six > 1.12.0 to resolve dependency conflicts and fix no attribute error

Desktop: