<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Hello,</p>
    <p>
      I am building a QGIS plugin and would like to add hdbscan in
      methods. But when I import with OSGEO4W shell it failed at this
      line:<br>
      File
"C:\OSGeo4W\apps\Python37\lib\site-packages\hdbscan-0.8.22-py3.7-win32.egg\hdbscan_<em>init</em>_.py",
      line 1, in <br>
      from .hdbscan_ import HDBSCAN, hdbscan<br>
      File
"C:\OSGeo4W\apps\Python37\lib\site-packages\hdbscan-0.8.22-py3.7-win32.egg\hdbscan\hdbscan_.py",
      line 21, in <br>
      from ._hdbscan_linkage import (single_linkage,<br>
      ImportError: DLL load failed: The specified module could not be
      found.</p>
    <p>When I use QGIS python console it somehow failed at another line:<br>
      File "C:/OSGeo4W/apps/qgis/./python\qgis\utils.py", line 737, in <em>import<br>
        mod = <em>builtin_import(name, globals, locals, fromlist,
          level)<br>
          File
"C:\OSGeo4W\apps\Python37\lib\site-packages\hdbscan-0.8.22-py3.7-win32.egg\hdbscan_<em>init</em></em>.py",
        line 1, in <br>
        from .hdbscan</em> import HDBSCAN, hdbscan<br>
      File "C:/OSGeo4W/apps/qgis/./python\qgis\utils.py", line 737, in
      _import<br>
      mod = <em>builtin_import(name, globals, locals, fromlist, level)<br>
        File
"C:\OSGeo4W\apps\Python37\lib\site-packages\hdbscan-0.8.22-py3.7-win32.egg\hdbscan\hdbscan</em>.py",
      line 21, in <br>
      from ._hdbscan_linkage import (single_linkage,<br>
      File "C:/OSGeo4W/apps/qgis/./python\qgis\utils.py", line 737, in
      _import<br>
      mod = _builtin_import(name, globals, locals, fromlist, level)<br>
      ImportError: DLL load failed: The specified module could not be
      found.</p>
    <p>I am using QGIS 3.8.2 and windows 7, python 3.7.0 32 bit on win32<br>
      I installed hdbscan 0.8.22 manually via python setup.py install</p>
    <p>Any suggestions will be grateful, cheers.</p>
    <p>Ariel</p>
    <div class="moz-signature">-- <br>
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <title></title>
      <p><font size="-2"><br>
        </font></p>
      <div class="moz-signature"><font size="-2">-- <br>
          <b>M.Sc. Juiwen Chang (Ariel) </b><br>
          Research Associate<br>
          HafenCity University Hamburg | g2lab - Lab for Geoinformatics
          and Geovisualization<br>
          Überseeallee 16 | room 4.125 | 20457 Hamburg | Germany<br>
          Tel.: +49 (0)40 42827 4568 | email: <font color="#000099"><u><a class="moz-txt-link-abbreviated" href="mailto:juiwen.chang@hcu-hamburg.de">juiwen.chang@hcu-hamburg.de</a></u></font></font></div>
    </div>
  </body>
</html>