wdecoster / chopper

MIT License
138 stars 11 forks source link

Conda missing package for Mac M3 #40

Open luigallucci opened 2 weeks ago

luigallucci commented 2 weeks ago

Hi,

I'm facing issues in installing chopper through conda...using bioconda channels give a missing package result.

luigallucci commented 2 weeks ago

Actually, I got the main problem is the distribution...as mac from M processor series are arm processor, the package is actually available for osx-64 platform. Even setting bioconda correctly, the only way to install it is to have an environment set to osx-64 instead of osx-arm64:

mamba create -n chopper --platform osx-64 -c bioconda chopper

This actually solved problem of installation, hope can be helpful for others...sorry for the "not useful" issue.

wdecoster commented 2 weeks ago

Ah, thanks for letting me know, and sharing the solution. I will see if this is something I can fix...