jungmannlab / picasso

A collection of tools for painting super-resolution images

Home Page:https://picassosr.readthedocs.io/en/latest/?badge=latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installing HDBSCAN

kaarjel opened this issue · comments

  • Picasso version: 0.3.1
  • Python version: 3.7
  • Operating System: Windows 10

Description

I followed the installation for HDBSCAN in the readme using

conda install hdbscan

but got the error "ModuleNotFoundError: No module named 'hdbscan' "

What I Did

The error can be solved by using this instead:

pip install hdbscan

Hope this helps anyone who ran into the same issue.

Cheers,
Kaarjel