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

xlearn was installed on windows anaconda successfully but is not working #364

Open
Sandy4321 opened this issue Oct 3, 2021 · 1 comment

Comments

@Sandy4321
Copy link

xlearn was installed on windows anaconda successfully but is not working
error is

import xlearn as xl
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\sndr\anaconda3_Apr_2020\lib\site-packages\xlearn_init_.py", line 18, in
from .xlearn import *
File "C:\Users\sndr\anaconda3_Apr_2020\lib\site-packages\xlearn\xlearn.py", line 19, in
from .base import _LIB, XLearnHandle
File "C:\Users\sndr\anaconda3_Apr_2020\lib\site-packages\xlearn\base.py", line 34, in
_LIB = _load_lib()
File "C:\Users\sndr\anaconda3_Apr_2020\lib\site-packages\xlearn\base.py", line 27, in _load_lib
lib_path = find_lib_path()
File "C:\Users\sndr\anaconda3_Apr_2020\lib\site-packages\xlearn\libpath.py", line 59, in find_lib_path
'Cannot find xlearn Library in the candidate path'
xlearn.libpath.XLearnLibraryNotFound: Cannot find xlearn Library in the candidate path

@Liwan-Chen
Copy link

Did you solve the problem? I have the same issue.

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

2 participants