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

How to run C# code using mono without Xamarin in Android? -

c# - SharpSsh Command Execution -

python - Specify path of savefig with pylab or matplotlib -