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

Microsoft Visual C++is required #3

Closed meteve closed 4 years ago

meteve commented 4 years ago

Hello, When installing k-means-constrained, I get the error: "Microsoft Visual C++ 14.0 is required." Do you know if the Redistribuable Visual C++ package is sufficient or do we need the whole Microsoft Visual? Thank you!

joshlk commented 4 years ago

Hi, I think you need to install the Visual c++ build tools. You can download it here: https://visualstudio.microsoft.com/visual-cpp-build-tools/

meteve commented 4 years ago

Thanks a lot!