nicodv / kmodes

Python implementations of the k-modes and k-prototypes clustering algorithms, for clustering categorical data
MIT License
1.24k stars 417 forks source link

Import kprototypes in Python3.5 takes a long time #111

Closed gerasgi closed 5 years ago

gerasgi commented 5 years ago

Hi, I have an issue with importing kprototypes. I have installed it with pip and try to import it like this from kmodes.kprototypes import KPrototypes. Currently I have been waiting for 4 hours.( I tried importing it also in a script which performs a singleprint("hi") and never made the print). Am I doing something wrong? Thank you in advance!

nicodv commented 5 years ago

I don't think this is specific to kmodes, and I've never heard of this problem before. Closing.