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
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: