It looks like the latest release of Mako is broken on 3.7
from mako import exceptions
20:38:44 /.../lib/python3.7/site-packages/mako/exceptions.py:12: in <module>
20:38:44 from mako import compat
20:38:44 /.../python3.7/site-packages/mako/compat.py:8: in <module>
20:38:44 from importlib import metadata as importlib_metadata
20:38:44 E ImportError: cannot import name 'metadata' from 'importlib' (/.../lib/python3.7/importlib/__init__.py)
If possible, please set the minimum Python version to 3.8, thank you!
It looks like the latest release of Mako is broken on 3.7
If possible, please set the minimum Python version to 3.8, thank you!