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

Open
cdj0311 opened this issue Jun 21, 2016 · 2 comments
Open

LIBLINEAR library not found on windows!!! #24

cdj0311 opened this issue Jun 21, 2016 · 2 comments

Comments

@cdj0311
Copy link

cdj0311 commented Jun 21, 2016

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

infwinston commented Oct 19, 2016

could you run the following code in your python environments?

import sys
print(sys.platform)

I think that will identify the problem

@simsong
Copy link

simsong commented Jan 22, 2018

This issue was moved to angleto#12

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

3 participants