Teichlab / bbknn

Batch balanced KNN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

incompatible with annoy==1.17.0 ?

zktuong opened this issue · comments

I was trying to run bbknn (and also scrublet) and both independently kept crashing my sessions.

I think it's got to do with annoy==1.17.0 and simply downgrading to annoy==1.16.3 made everything run again.

Yeah, annoy==1.17.0 does not seem to work well with both of the specified packages in the environments I've used it in. I have a faint recollection of getting it to work in some setting, but the details escape me.

Maybe I should specify this in the setup file, but the memory of it somehow working has me thinking it might be a local thing somehow?