LIBLINEAR library not found on windows!!!
cdj0311 opened this issue · 2 comments
cdj0311 commented
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?
infwinston commented
could you run the following code in your python environments?
import sys
print(sys.platform)
I think that will identify the problem
simsong commented
This issue was moved to angleto#12