k-means-constrained icon indicating copy to clipboard operation
k-means-constrained copied to clipboard

Import Error [BUG]

Open ekwan opened this issue 3 years ago • 1 comments
trafficstars

Hi, I'm getting this error with Python 3.9.5 and numpy 1.22.3:

image

ekwan avatar Apr 15 '22 16:04 ekwan

Same error, you need to install the numpy version 1.22.0. The further problem is when another package requires to install another version of numpy, then you need to reinstall again that version 1.22.0 of numpy.

DedaFab avatar May 04 '22 09:05 DedaFab

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 avatar Sep 05 '22 18:09 joshlk

Tried it and it seemed to work, though it took a while to load. Thanks for fixing it!

ekwan avatar Sep 05 '22 18:09 ekwan

Great!

joshlk avatar Sep 05 '22 18:09 joshlk