Python および SVM パッケージの新機能。現在 Python 2.7 を使用しており、libsvm-3.14 をインストールしています。ただし、以下のエラーが発生します。
これが何を意味するか知っている人はいますか?
Traceback (most recent call last):
File "C:\Users\PC\Desktop\Python27\MyProject\src\Main.py", line 12, in <module>
from Classifier.svm import *
File "C:\Users\PC\Desktop\Python27\MyProject\src\Classifier\svm.py", line 14, in <module>
libsvm = CDLL('../windows/libsvm.dll')
File "C:\Python27\lib\ctypes\__init__.py", line 365, in __init__
self._handle = _dlopen(self._name, mode)
WindowsError: [Error 126] The specified module could not be found