Skip to content
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

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

Open
Alex-apostolo opened this issue Apr 4, 2021 · 0 comments

Comments

@Alex-apostolo
Copy link

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:

  • OS: [Google Cloud Platform]
  • Textract version [1.6.3]
  • Python version [3.7]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant