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