Details:
Python 3.2 (32 bit install) Windows 7 64 bit
Code inducing the error:
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've tried some of the solutions proposed in other missing DLL threads, but with no success...
In case you are using the binaries from http://www.lfd.uci.edu/~gohlke/pythonlibs/#scikit-learn. They require numpy-MKL, as indicated on the download page. The official numpy binaries won't work.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With