k-means-constrained
k-means-constrained copied to clipboard
Import Error [BUG]
trafficstars
Hi, I'm getting this error with Python 3.9.5 and numpy 1.22.3:
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.
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
Tried it and it seemed to work, though it took a while to load. Thanks for fixing it!
Great!