I was using python 3.6.0 and have this following error AttributeError: module 'typing' has no attribute 'NoReturn' when running tests related to Jinja2
I found a similar problem here: https://stackoverflow.com/questions/67569038/attributeerror-module-typing-has-no-attribute-noreturn/67857937#67857937 which suggests to use python 3.6.2 or above.
I was using python 3.6.0 and have this following error
AttributeError: module 'typing' has no attribute 'NoReturn'when running tests related to Jinja2I found a similar problem here: https://stackoverflow.com/questions/67569038/attributeerror-module-typing-has-no-attribute-noreturn/67857937#67857937 which suggests to use python 3.6.2 or above.