It looks like the MTT python client will need major updating for python 3.13 and later. The main issue found so far with yapsy owing to the fact that it is relying on the deprecated and removed imp module:
File "XXXXX/lib/python3.13/site-packages/yapsy/PluginManager.py", line 132, in
import importlib.abc.Loader as imp
ModuleNotFoundError: No module named 'importlib.abc.Loader'; 'importlib.abc' is not a package
It looks like the MTT python client will need major updating for python 3.13 and later. The main issue found so far with yapsy owing to the fact that it is relying on the deprecated and removed imp module:
File "XXXXX/lib/python3.13/site-packages/yapsy/PluginManager.py", line 132, in
import importlib.abc.Loader as imp
ModuleNotFoundError: No module named 'importlib.abc.Loader'; 'importlib.abc' is not a package