Open tareqmahmood opened 10 months ago
Fixes the python setup.py egg_info did not run successfully error while running pip install -r scheduler/requirements.txt. Replaces sklearn with scikit-learn in requirements.txt. sklearn is deprecated (see here: https://pypi.org/project/sklearn/)
python setup.py egg_info did not run successfully
pip install -r scheduler/requirements.txt
sklearn
scikit-learn
requirements.txt
Fixes the
python setup.py egg_info did not run successfully
error while runningpip install -r scheduler/requirements.txt
. Replacessklearn
withscikit-learn
inrequirements.txt
.sklearn
is deprecated (see here: https://pypi.org/project/sklearn/)