2016-08-17 51 views
0

我知道如何使用pip命令安裝外部模塊,但對於Scikit-learn,我需要安裝NumPy和Matplotlib。如何安裝scikit-learn

如何使用pip命令安裝這些模塊?

+0

這是一個常見的問題,並且有很多answe在網絡上。只是谷歌'安裝scikit學習窗口' – cel

+0

有一個名爲Anakonda的Python發行版,其中安裝這些軟件包更容易。 http://stackoverflow.com/questions/27045176/problems-with-installing-and-using-scikit-learn-in-anaconda –

+2

如果你在Windows上,我的建議是使用[Anaconda Python發行版](https: //www.continuum.io/downloads#_windows)。 –

回答

-1

使用Python 3.4,我運行在命令行下:

C:\ python34 \ python.exe -m PIP安裝程序包

所以,你會替代 「numpy的」 和 「matplotlib」 爲'包名'

0

舊的職位,但正確的答案是, '須藤PIP安裝-U numpy的matplotlib --upgrade' 爲python2或 '須藤PIP3安裝-U numpy的matplotlib --upgrade' 爲python3