on OS X lion with latest build (from source) of numpy, scipy, and sklearn i
cannot import sklearn due to an error with __check_build. i rolled back to
previously installed version of sklearn (0.11) and it works just fine. the
error is below:
In [1]: import sklearn
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
/Users/bryan/<ipython-input-1-8fd979e02004> in <module>()
----> 1 import sklearn
/Library/Python/2.7/site-packages/scikit_learn-0.12_git-py2.7-macosx-10.7-intel.egg/sklearn/__init__.py
in <module>()
14 """
15
---> 16 from . import __check_build
17 from .base import clone
18
ImportError: cannot import name __check_build
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general