-
Notifications
You must be signed in to change notification settings - Fork 0
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
LIBLINEAR library not found on windows!!! #12
Comments
From @infwinston on October 19, 2016 5:2 could you run the following code in your python environments? import sys
print(sys.platform) I think that will identify the problem |
Not sure if this was solved yet? I am having this issue as well. I was able to run the test code you provided, it resulted in the following output: win32 |
hello,have you solved this problem?I have met the same issue as you.may you please tell me how to solve it? |
Hi there, same, I'm also getting "Exception: LIBLINEAR library not found." when trying to import *... |
From @cdj0311 on June 21, 2016 1:22
I want use liblinear with python, but there find an error "LIBLINEAR library not found" with "from liblinear import *". However, the path of liblinear.dll is right, and it can be successful on linux, how to solve it?
Copied from original issue: cjlin1#24
The text was updated successfully, but these errors were encountered: