Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LIBLINEAR library not found on windows!!! #12

Open
simsong opened this issue Jan 22, 2018 · 4 comments
Open

LIBLINEAR library not found on windows!!! #12

simsong opened this issue Jan 22, 2018 · 4 comments

Comments

@simsong
Copy link

simsong commented Jan 22, 2018

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

@simsong
Copy link
Author

simsong commented Jan 22, 2018

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
Copy link

Reddyo commented Mar 14, 2018

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
Copy link

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

@DinoVo
Copy link

DinoVo commented Jun 30, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants