More details:
Python 3.2 (32-bit installation) Windows 7 64-bit
Error code:
from sklearn import svm
Error:
Traceback (most recent call last): File "C:\Users\chrismv48\workspace\Python Datamining\Biological_Response.py", line 1, in <module> from sklearn import svm File "C:\Python32\lib\site-packages\sklearn\svm\__init__.py", line 13, in <module> from .classes import SVC, NuSVC, SVR, NuSVR, OneClassSVM, LinearSVC File "C:\Python32\lib\site-packages\sklearn\svm\classes.py", line 3, in <module> from .base import BaseLibLinear, BaseLibSVM File "C:\Python32\lib\site-packages\sklearn\svm\base.py", line 5, in <module> from . import libsvm, liblinear ImportError: DLL load failed: The specified module could not be found.
I tried some of the suggested solutions in other skipped dll threads, but without success ...
source share