I have already installed numpy, scipy, matplotlib, nltk, scikit-learn using
conda install module_name in miniconda. And import- numpy, scipy are working. but when I do import sklearn and import nltk it says that no module named sklearn and same in case of nltk. sklearn import error image
I have already seen many similar problems here. some of are:
1). Problems with installing and using scikit-learn in Anaconda
2).Cannot import scikits-learn even though it seems to be installed
But could not get any help.
please help.