argonaut76

Results 9 comments of argonaut76

Having the same problem and none of the above suggestions worked. Any ETA on when we can expect the next release that fixes this bug?

Oddly enough, the library works just fine inside a virtual environment on my MBP with the M1 chip. So for now, that's my approach.

Downgrading Cython to 0.29.36 is also not working for me.

0.83.31 is not working for me. I'm running hdbscan inside a dockerized application, and getting the following error: `Traceback (most recent call last): File "/usr/src/app/modules/cluster.py", line 26, in fit clusterer...

My application is running in docker. I did a clean rebuild and am still getting the error File "hdbscan/_hdbscan_tree.pyx", line 114, in hdbscan._hdbscan_tree.condense_tree TypeError: 'numpy.float64' object cannot be interpreted as...

@lmcinnes sure, I'll give that a shot. If it helps, here's some additional context: As a base docker image I'm using ubuntu:latest, which is Ubuntu 22.04. I have the following...

Thanks. What an odd problem.