Open cdj0311 opened 8 years ago
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?
could you run the following code in your python environments?
import sys print(sys.platform)
I think that will identify the problem
This issue was moved to angleto/liblinear#12
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?