简体   繁体   中英

I Can't install Scikit-learn for python 3.7

Admittedly I am relatively new to python. I want to install scikit-learn into Python 3.7. I understand that scikit-learn requires Numpy and Scipy. When trying to install Scikit-learn using pip I get the wall of text in this Document . The following are the versions for Numpy and Scipy:

Numpy version: 1.14.5

Scipy version: 1.1.0

Again this is on Python version 3.7.0

看起来 scikit-learn 现在与 3.7 兼容: #11320跟踪问题现已关闭。

My python version is 3.7.4, I have also struggled to install scikit-learn. But it worked for me by installing

pip install sklearn

when we install this automatically

joblib-0.14.1, scikit-learn-0.22.1, and sklearn-0.0

will be installed....!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM