I use from python 2.7
and pacman
package manager, and install sclearn with it.
but when i have an ImportError:
>>> from sklearn.feature_extraction.text import TfidfVectorizer
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named sklearn.feature_extraction.text
How i can fix this error?