boudinfl/pke

sklearn is deprecated, breaks PKE

gregorybrooks opened this issue · 1 comments

Apparently you are supposed to replace sklearn with scikit-learn in your requirements files and your import statements. They have disabled sklearn in PyPi and so now when I build PKE it won't execute, says there is no sklearn module installed.

See https://pypi.org/project/sklearn/

I can give more details if you haven't already encountered this problem.

ygorg commented

Thanks for reporting this, it should be fixed with #208