alibaba / EasyRec

A framework for large scale recommendation algorithms.
Apache License 2.0
1.71k stars 311 forks source link

Error scikit-learn need python 3.8 #433

Open alittlebitcool opened 9 months ago

alittlebitcool commented 9 months ago

运行set-up脚本的时候提示需要python3.8版本装不上是为什么?

JiaBai1998 commented 9 months ago

同样的问题+1

JiaBai1998 commented 9 months ago

使用本地Anaconda安装,执行到“python setup.py install”时出现如下错误:

RuntimeError: Scikit-learn requires Python 3.8 or later. The current Python version is 3.6.8

fjz15056311771 commented 9 months ago

直接pip install scikit-learn,安装完适配的sklearn之后,继续执行python setup.py install安装其他包,后续问题同样方法