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

Update requirements.txt to newer attrs #9

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

kachenjr
Copy link

@kachenjr kachenjr commented Dec 20, 2021

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.

kachenjr and others added 2 commits December 20, 2021 15:49
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.
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

Successfully merging this pull request may close these issues.

2 participants