Skip to content

need to replace yapsy for python 3.13 and later #955

Description

@hppritcha

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions