Ended up with this error with the 19* version
ImportError: cannot import name 'resolve_types' from 'attr' (/Users/kachenjr/IdeaProjects/amazon-textract-a2i-pdf/venv/lib/python3.8/site-packages/attr/init.py)
Updating to the 21.0.2 version ( latest ) resolved the issue.
Issue #, if available:
8
Description of changes:
Update the requirements.txt to latest version of attrs.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Ended up with this error with the 19* version ImportError: cannot import name 'resolve_types' from 'attr' (/Users/kachenjr/IdeaProjects/amazon-textract-a2i-pdf/venv/lib/python3.8/site-packages/attr/init.py)
Updating to the 21.0.2 version ( latest ) resolved the issue.
Issue #, if available:
8
Description of changes: Update the requirements.txt to latest version of attrs.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.