scikit-learn=0.21.3 pip安装报错解决
Failed to build scikit-learn
ERROR: Could not build wheels for scikit-learn, which is required to install pyproject.toml-based projects

为什么要装这么老的 scikit-learn ?因为我想重复论文里的工作,里面就是用的这个版本。
哈哈哈哈,上面报错的原因是因为使用的 python 版本太高了,无法安装。需要使用 python3.6 版本的才可以安装低版本的 scikit-learn 。
参考链接:
https://blog.csdn.net/everysigleday/article/details/128012301
https://stackoverflow.com/questions/70303758/error-could-not-build-wheels-for-scikit-learn-which-is-required-to-install-pyp