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

Python 3.9 "getchildren" error #7

Open
attackdebris opened this issue Feb 2, 2021 · 1 comment
Open

Python 3.9 "getchildren" error #7

attackdebris opened this issue Feb 2, 2021 · 1 comment

Comments

@attackdebris
Copy link

I'm receiving the following error when running with Python 3.9.1.

AttributeError: 'xml.etree.ElementTree.Element' object has no attribute 'getchildren'

Looks like the getchildren method was removed in python 3.9.

I guess I can just use an earlier verison of python, but it would be great to have a longer term fix.

@attackdebris
Copy link
Author

The fault actually lies botocore, I guess you'll need an update here for the fix.

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