You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
xlearn was installed on windows anaconda successfully but is not working
error is
The text was updated successfully, but these errors were encountered: