JuliaML / LIBSVM.jl

LIBSVM bindings for Julia
Other
88 stars 35 forks source link

Missing dependency on Windows #45

Closed JackDunnNZ closed 4 years ago

JackDunnNZ commented 5 years ago

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

Thuener commented 5 years ago

I was also having this problem. Thanks for the solution!!

aviks commented 4 years ago

v0.5.0 uses binary builder built binaries, and should work better.