cjlin1 / liblinear

LIBLINEAR -- A Library for Large Linear Classification
https://www.csie.ntu.edu.tw/~cjlin/liblinear/
BSD 3-Clause "New" or "Revised" License
1.01k stars 342 forks source link

LIBLINEAR library not found on windows!!! #24

Open cdj0311 opened 8 years ago

cdj0311 commented 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?

infwinston commented 8 years ago

could you run the following code in your python environments?

import sys
print(sys.platform)

I think that will identify the problem

simsong commented 6 years ago

This issue was moved to angleto/liblinear#12