【发布时间】:2014-09-12 07:25:48
【问题描述】:
我使用 python 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
我该如何解决这个错误?
【问题讨论】: