python - Scikit-learn installed but not found, -


i have installed scipy, numpy , scikit-learn when i'm on python shell can't import sklearn, says there's no module name:

requirement up-to-date: numpy in .../lib/python2.7/site-packages requirement up-to-date: scipy in .../site-packages requirement up-to-date: scikit-learn in ...7/site-packages  >>> import sklearn traceback (most recent call last):   file "<stdin>", line 1, in <module> importerror: no module named sklearn 

what problem?


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -