liblinear icon indicating copy to clipboard operation
liblinear copied to clipboard

LIBLINEAR library not found on windows!!!

Open cdj0311 opened this issue 8 years ago • 2 comments

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?

cdj0311 avatar Jun 21 '16 01:06 cdj0311

could you run the following code in your python environments?

import sys
print(sys.platform)

I think that will identify the problem

infwinston avatar Oct 19 '16 05:10 infwinston

This issue was moved to angleto/liblinear#12

simsong avatar Jan 22 '18 23:01 simsong