- distutils is no longer part of python >= 3.12. - Line 13 in __init__.py breaks the import for the latest python versions: ``` from distutils.version import LooseVersion ```