Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing dependency on Windows #45

Closed
JackDunnNZ opened this issue Feb 12, 2019 · 2 comments
Closed

Missing dependency on Windows #45

JackDunnNZ opened this issue Feb 12, 2019 · 2 comments

Comments

@JackDunnNZ
Copy link

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
Copy link

Thuener commented May 11, 2019

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

@aviks
Copy link
Contributor

aviks commented Aug 21, 2020

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

@aviks aviks closed this as completed Aug 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants