I was having some trouble getting this package working on a minimal Windows test machine. I kept getting the error
could not load library "libsvm.dll"
The specified module could not be found.
It turns out the libsvm.dll that is downloaded has a dependency on vcomp140.dll, which was not present on my fresh Windows 10 install. Everything works after installing a VC++ runtime from here: https://www.microsoft.com/en-us/download/details.aspx?id=48145
Just wanted to leave a note in case others had the same problem
I was having some trouble getting this package working on a minimal Windows test machine. I kept getting the error
It turns out the libsvm.dll that is downloaded has a dependency on vcomp140.dll, which was not present on my fresh Windows 10 install. Everything works after installing a VC++ runtime from here: https://www.microsoft.com/en-us/download/details.aspx?id=48145
Just wanted to leave a note in case others had the same problem