【发布时间】:2023-04-04 11:41:01
【问题描述】:
当我在命令提示符下运行此命令时
C:\Users\Sayan Saha>pip install scikit-learn
我收到此错误:
ERROR: Could not build wheels for scikit-learn, which is required to install pyproject.toml-based projects
【问题讨论】:
-
你的python版本是多少可以在cmd里输入
python --version -
我得到了-Python 3.10.1
-
来自documentation 我可以看到它不支持python 3.10
标签: python scikit-learn