简体   繁体   中英

how to install HDBSCAN modula, python 3.7, windows 10

I need to use the HDBSCAN algorithme on my data but the module is not installed. I use python 3.7. I am not very familiar with this kind of tricky installations, please, can anyone give me a clear and understandable instructions how to install HDBSCAN?

and I get the following error: "Due to incompatibilities with Python 3.7 hdbscan now" "requires Cython to be installed in order to build it" "Cython not found! Please install cython and try again"

Install from Official Github

Easiest install, if you have Anaconda (thanks to conda-forge which is awesome:):

conda install -c conda-forge hdbscan

PyPI install, presuming you have an up to date pip:

pip install hdbscan

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM