Teichlab / bbknn

Batch balanced KNN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BBKNN incompatible with 'x86_64', need 'arm64e'

Shaun-Regenbaum opened this issue · comments

Is bbknn not able to work on the new mac chips? I get the following error:
mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e'))

A cursory google seems to imply that this is some pip compiling weirdness: https://apple.stackexchange.com/questions/436801/m1-mac-mach-o-file-but-is-an-incompatible-architecture-have-x86-64-need-a

Feel free to share a complete error, but it seems that this is not bbknn that's doing this, but rather one of its dependencies.

I asked @cartal to make a new conda environment on his M1 machine and install bbknn via conda. He was then able to import it successfully.