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

LIBSVM library not found #202

Open
ghs01023 opened this issue Aug 22, 2023 · 1 comment
Open

LIBSVM library not found #202

ghs01023 opened this issue Aug 22, 2023 · 1 comment

Comments

@ghs01023
Copy link

我用pyinstaller打包后运行提示共享库缺失libsvm.so.3 no such file
我找到了解决方法:把svm.py里CDLL里的路径
libsvm = CDLL(path.join(dirname, '../../libsvm.so.3'))
换成了自己创建的一个路径/home/abc/libsvm.so.3
然后重新打包一次就可以找到这个共享库了,作者有更好的解决办法吗?希望后面的人不会再遇到这个问题

@cjlin1
Copy link
Owner

cjlin1 commented Sep 2, 2023 via email

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