我正在尝试测试scikit-learn库,但没有设法安装它。
更多细节:我确实安装了numpy,scipy,matplotlib,我可以使用它们。但是,当我使用pip
(pip install -U scikit-learn
)时,我收到此错误:
Partial import of sklearn during the build process.
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Users\...\scikit-learn\setup.py", setup_package()
File "C:\Users\...\scikit-learn\setup.py", from numpy.distutils.core import setup
ImportError: No module named 'numpy'
我找不到任何关于此的内容。
我尝试使用python setup.py
直接安装scikit-learn并遇到同样的问题。有什么想法吗?
谢谢你。
答案 0 :(得分:0)
我认为numpy的安装有问题。 尝试下载并重新安装以下软件包(适用于Python 2.7):