When trying to import from sklearn, the following error appears:
>>> from sklearn import svm Traceback (most recent call last): File "<pyshell#17>", line 1, in <module> from sklearn import svm File "C:\Python27\lib\site-packages\sklearn\__init__.py", line 16, in <module> from . import check_build ImportError: cannot import name check_build
I am using python 2.7, scipy-0.12.0b1 superpack, nump-1.6.0 superpack, scikit-learn-0.11 I have a windows 7 machine
I checked several answers for this problem, but none of them gives a way out of this error.
python numpy scipy scikit-learn
ayush singhal mar 07 '13 at 15:12 2013-03-07 15:12
source share