python sklearn not found, although installed -
i installed scikit-learn
numpy
, scipy
conda
python 3.6. not able import sklearn
in python3.6. wrong , how can fix it? here see in conda list
:
numpy 1.12.1 py36_0 scipy 0.19.0 np112py36_0 scikit-learn 0.19.0 np112py36_0
and here error message got trying import sklearn
:
python 3.6.0 (v3.6.0:41df79263a11, dec 22 2016, 17:23:13) [gcc 4.2.1 (apple inc. build 5666) (dot 3)] on darwin type "help", "copyright", "credits" or "license" more information. >>> import sklearn traceback (most recent call last): file "<stdin>", line 1, in <module> modulenotfounderror: no module named 'sklearn'
i'm using os x , conda 4.3.24.
Comments
Post a Comment