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.
When I was trying to install paddlehelix by
pip install paadlehelix
, I encountered an error saying:Can it be fixed?