#1007813 Newer LIBSVM breaks mdp

Package:
src:mdp
Source:
mdp
Submitter:
Christian Kastner
Date:
2022-03-17 14:27:02 UTC
Severity:
important
#1007813#5
Date:
2022-03-17 09:21:55 UTC
From:
To:
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.

#1007813#10
Date:
2022-03-17 14:19:04 UTC
From:
To:
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

#1007813#15
Date:
2022-03-17 14:25:26 UTC
From:
To: