IVRL/GANLocalEditing

ModuleNotFoundError: No module named 'sklearn.cluster.k_means_'

Opened this issue · 2 comments

what is version of sklearn in your project?
why not the cluster.k_means_ I installed sklearn?

when I use sklearn0.24 it will come 'No module named 'sklearn.cluster.k_means_'',however I use sklearn0.19 it will come 'No module named 'sklearn.cluster._k_means_fast''

I have had the same problem and solved it by uninstalling scikit and install and older version (0.22).

pip uninstall scikit-learn
pip install scikit-learn==0.22