PaddleHelix icon indicating copy to clipboard operation
PaddleHelix copied to clipboard

pip install paddlehelix fails due to sklearn deprecation

Open AndyLiu-121 opened this issue 4 weeks ago • 0 comments

When I was trying to install paddlehelix by pip install paadlehelix, I encountered an error saying:

python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [15 lines of output] The 'sklearn' PyPI package is deprecated, use 'scikit-learn' rather than 'sklearn' for pip commands.

Can it be fixed?

AndyLiu-121 avatar Jun 06 '24 08:06 AndyLiu-121