【发布时间】:2018-06-12 10:09:44
【问题描述】:
当我关注网站 (https://www.kaggle.com/wiki/GettingStartedWithPythonForDataScience) 并输入 python makeSubmission.py 时,我收到以下错误消息:
ImportError: No module named sklearn
我想我已经成功安装了以下内容: 用于 Windows 的 Python 3.4 sciPy、NumPy 和 matplotlib 安装工具 scikit-学习 PyCharm
然后我打开“Python 3.4 命令行”并输入import sys; print(sys.__path__),但我收到了消息
Traceback (most recent call last): File "<stdin>", line 1, in <module>
AttributeError: module object has no attribute '__path__'
有人可以帮忙吗?
【问题讨论】:
标签: python scikit-learn