You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: