2021-08-08, 14:53
The error you posted shows that what you're trying to install is Python 2 ("The dependency on xbmc.python version 2.25.0 could not be satisfied" - the 2 in 2.25.0 means it's looking for Python 2). That won't work for Matrix, as you're seeing.
So you need to find a Python 3 version of the addon for it to run under Matrix. If one doesn't exist, then either the author/current maintainer needs to update the addon to provide one, or someone would have to fork it to do so.
So you need to find a Python 3 version of the addon for it to run under Matrix. If one doesn't exist, then either the author/current maintainer needs to update the addon to provide one, or someone would have to fork it to do so.