joshlk / k-means-constrained

K-Means clustering - constrained with minimum and maximum cluster size. Documentation: https://joshlk.github.io/k-means-constrained
https://github.com/joshlk/k-means-constrained
BSD 3-Clause "New" or "Revised" License
192 stars 43 forks source link

facing the issue during running #31

Closed nsitlokeshjain closed 2 years ago

nsitlokeshjain commented 2 years ago

found the following error:

ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject

joshlk commented 2 years ago

The issue should be resolved with the latest version. Please update the package using pip install 'k-means-constrained>=0.7.2' and report back

joshlk commented 2 years ago

I'm closing this for now. Let me know if you require more assistance