Leland McInnes

Results 492 comments of Leland McInnes

I'm really not sure to be honest. The fact that you get ``AttributeError: module 'umap' has no attribute 'UMAP'`` is odd in and of itself. Can you get away with...

Glad it worked in the end. I wish this sort of stuff was less of a mystery to me, but at least it sometimes mysteriously works as well as mysteriously...

That is a very odd error. I'm not really sure where to begin with that. I'll see if I can manage a reproducer.

I didn't close it, but I will re-open it if it is ongoing.

So I can't currently reproduce this error, which makes it especially hard to track down. Obviously something has changed with numpy, but given that I am only using the public...

I suspect there is something going on with dependency resolution / solving with PyPI (or conda, depending on which people are using) that means that depending on exactly what other...

@yamengzhang In the worst case if you just want to get working you can simply comment out the relevant lines in you umap installation -- the joblib hashing isn't required;...

Glad it worked in the end. I may update the requirements to pick out the right joblib version so we can hopefully avoid this in future.

I think this is a matter of version conflicts. I think the easiest thing to do right now is to push out a new version of hdbscan that fixes this...

numpy 1.20 seems to be causing a variety of issues right now. I don't think it is the numpy package itself, but the way pip is handling things with dependencies...