cjlin1 / libsvm

LIBSVM -- A Library for Support Vector Machines
https://www.csie.ntu.edu.tw/~cjlin/libsvm/
BSD 3-Clause "New" or "Revised" License
4.55k stars 1.64k forks source link

AttributeError: /usr/lib/libsvm.so.3: undefined symbol: svm_get_sv_indices #93

Open qacollective opened 7 years ago

qacollective commented 7 years ago

Hi,

I got the error in the subject line and found that there was no solution for it in downloading any ubuntu packages. There was no libsvm.so.2 on my computer, but that was the only file that fixed the issue, regardless of libsvm.so.3 being named in the error.

Is any of this indicative of a bug?

Multiple people are encountering this issue. More background and details can be found at the URL below including my answer with the solution that worked for me:

http://stackoverflow.com/questions/42050356/error-in-importing-sidekit-in-python-on-ubuntu/

Andrew

cjlin1 commented 5 years ago

I don't understand what the problem is.. Could someone elaborate more on this? thanks