scikit-learn/sklearn-pypi-package

No sklearn installed, aber still an error with employing sklearn not scikit-learn

Closed this issue · 1 comments

No sklearn installed, aber still an error saying that employing sklearn not scikit-learn

Hi, I encountered an error when I tried to install categorical_embedder package, saying that

error: subprocess-exited-with-error
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. <

I have checked my pip lists and went through the packages, but I only have scikit-learn package with no dummy package named sklearn.
The last resort provided being not the ideal option, I would be grateful for any other suggestions.

That project is archived and inactive, so you probably don't want to use it. Also, it does use sklearn as a dependency:

https://github.com/Shivanandroy/CategoricalEmbedder/blob/f4fcb184a4c520be7990cb4625ea5d040be7d707/setup.py#L35