gagolews / genieclust

Genie: Fast and Robust Hierarchical Clustering with Noise Point Detection - in Python and R
https://genieclust.gagolewski.com
Other
58 stars 11 forks source link

nmslib dependency #75

Closed MichaelRFox closed 2 years ago

MichaelRFox commented 2 years ago

nmslib, as of v2.1.1, cannot be installed under Windows using python v3.9+ (see issue #464 https://github.com/nmslib/nmslib/issues/464), causing pip install of genieclust to fail. It's been some time since this issue was identified (Dec 2020...almost 2 years ago) and the maintainer has yet to rectify it. You may want to reconsider this dependency to keep your excellent code relevant.

gagolews commented 2 years ago

Thanks, fixed. A new release is now available on PyPI.

MichaelRFox commented 2 years ago

Thank you...installs correctly now on Python 10 😹

gagolews commented 2 years ago

Thanks for verifying this!