Windows使用sklearn,需要安装Numpy+MKL或者Numpy+Vanilla。
下载地址:
1 | https://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy |
查看安装的版本。
1 | pip debug --verbose |
所以下载版本numpy‑1.22.4+vanilla‑cp310‑cp310‑win_amd64.whl
安装numpy+vanilla
1 | pip install "numpy-1.22.4+vanilla-cp310-cp310-win_amd64.whl" --user |
最后安装scikit-learn
1 | pip install scikit-learn --user |