我使用 frompython 2.7
和pacman
包管理器,并用它安装 sclearn。但是当我有一个 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
我该如何解决这个错误?