I installed sklearn
, version: 0.19.2, but cannot import it.
Please see the errors below:
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-61-b7c74cbf5af0> in <module>()
----> 1 import sklearn
c:\python27\lib\site-packages\sklearn\__init__.py in <module>()
131 # process, as it may not be compiled yet
132 else:
--> 133 from . import __check_build
134 from .base import clone
135 __check_build # avoid flakes unused variable error
ImportError: cannot import name __check_build