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.10 compatibility #6

Open
harshal-zetaris opened this issue Oct 3, 2022 · 0 comments
Open

Python 3.10 compatibility #6

harshal-zetaris opened this issue Oct 3, 2022 · 0 comments

Comments

@harshal-zetaris
Copy link

harshal-zetaris commented Oct 3, 2022

Any plans to upgrade compatibility to Python 3.10? We get such errors when run with Python 3.10

Traceback (most recent call last): File "/opt/homebrew/bin/assume", line 8, in <module> sys.exit(main()) File "/opt/homebrew/lib/python3.10/site-packages/aws_assume_role_helper/__main__.py", line 14, in main commands = AWSAssumeRoleHelper() File "/opt/homebrew/lib/python3.10/site-packages/aws_assume_role_helper/commands.py", line 28, in __init__ self.config = yaml.load(stream) File "/opt/homebrew/lib/python3.10/site-packages/yaml/__init__.py", line 72, in load return loader.get_single_data() File "/opt/homebrew/lib/python3.10/site-packages/yaml/constructor.py", line 37, in get_single_data return self.construct_document(node) File "/opt/homebrew/lib/python3.10/site-packages/yaml/constructor.py", line 46, in construct_document for dummy in generator: File "/opt/homebrew/lib/python3.10/site-packages/yaml/constructor.py", line 398, in construct_yaml_map value = self.construct_mapping(node) File "/opt/homebrew/lib/python3.10/site-packages/yaml/constructor.py", line 204, in construct_mapping return super().construct_mapping(node, deep=deep) File "/opt/homebrew/lib/python3.10/site-packages/yaml/constructor.py", line 126, in construct_mapping if not isinstance(key, collections.Hashable): AttributeError: module 'collections' has no attribute 'Hashable'

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