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

Segmentation fault when import k_means_constrained #53

Open GiuliaFrigerio opened 10 months ago

GiuliaFrigerio commented 10 months ago

Hi, I successfully installed k_means_constrained with pip but when I try to import it in python I get a segmentation fault error, as follows.

_$ python3 Python 3.9.0 (default, Nov 21 2020, 14:01:50) [Clang 12.0.0 (clang-1200.0.32.27)] on darwin Type "help", "copyright", "credits" or "license" for more information.

import k_meansconstrained Segmentation fault: 11

Versions: