my build is getting a few failures, I am using python 2.7
.troposphere/lib/python2.7/site-packages/cfn_clean/init.py", line 16, in from collections.abc import KeysView, ImportError: No module named abc
also
Compiling /tmp/../cfn-flip/cfn_tools/_config.py ...
File "/tmp/pip-build-bxxJjR/cfn-flip/cfn_tools/_config.py", line 8
_logger: logging.Logger = logging.getLogger(name)
^
SyntaxError: invalid syntax
Hi Michelle,
The new version 1.3.0 is only compatible with python >= 3.6.
If possible, lock your requirement with 1.2.3 for python 2.7 as from now onwards the package will be python 3 or higher compatible.
my build is getting a few failures, I am using python 2.7 .troposphere/lib/python2.7/site-packages/cfn_clean/init.py", line 16, in from collections.abc import KeysView, ImportError: No module named abc
also
Compiling /tmp/../cfn-flip/cfn_tools/_config.py ...
File "/tmp/pip-build-bxxJjR/cfn-flip/cfn_tools/_config.py", line 8
_logger: logging.Logger = logging.getLogger(name)
^
SyntaxError: invalid syntax