graspnetAPI icon indicating copy to clipboard operation
graspnetAPI copied to clipboard

sklearn is now deprecated

Open clin-nexera opened this issue 2 years ago • 2 comments

× 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.

clin-nexera avatar May 30 '23 21:05 clin-nexera

执行 export SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL=True 就行了

xiaomi2077 avatar Jun 16 '23 08:06 xiaomi2077

在Windows命令行输入set SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL=True

ChengXIZhang666 avatar Aug 28 '23 02:08 ChengXIZhang666