angleto / liblinear

BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

LIBLINEAR library not found on windows!!! #12

Open simsong opened 6 years ago

simsong commented 6 years ago

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/liblinear#24

simsong commented 6 years ago

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

Reddyo commented 6 years ago

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

noticeable commented 5 years ago

hello,have you solved this problem?I have met the same issue as you.may you please tell me how to solve it?

DinoVo commented 4 years ago

Hi there, same, I'm also getting "Exception: LIBLINEAR library not found." when trying to import *...