graspnetAPI
graspnetAPI copied to clipboard
sklearn is now deprecated
× 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.
执行 export SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL=True 就行了
在Windows命令行输入set SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL=True