LIBSVM 3.25, now in experimental, moved the Python modules svm, svmutil from the global namespace to a libsvm package. Imports in mdp must be changed accordingly: from svm import * -> from libsvm.svm import * from svmutil import * -> from libsvm.svmutil import * I plan to upload LIBSVM 3.25 to unstable in a month or two.
Hey, thanks for reporting this! I think this has been addressed upstream already in May 2020: https://github.com/mdp-toolkit/mdp-toolkit/commit/e8020f1a4fd5567034ec375bf6fd60510eed32ef We need to wait for a new upstream release of MDP for this commit to be available in a released version that we can import in Debian... Ciao! Tiziano
Reported upstream: https://github.com/mdp-toolkit/mdp-toolkit/issues/93