sklearn is now deprecated
Opened this issue · 2 comments
clin-nexera commented
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [18 lines of output]
The 'sklearn' PyPI package is deprecated, use 'scikit-learn'
rather than 'sklearn' for pip commands.
xiaomi2077 commented
执行 export SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL=True
就行了
ChengXIZhang666 commented
在Windows命令行输入set SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL=True