epruesse / SINA

SINA - Reference based multiple sequence alignment
https://sina.readthedocs.io
GNU General Public License v3.0
40 stars 4 forks source link

Problems installing sina on macOS Big Sur #100

Open JudithBernett opened 3 years ago

JudithBernett commented 3 years ago

Hi! I liked your tool and used it frequently on my old laptop (macOS Mojave) without any problems. Now I've got the new M1 chip laptop which has macOS Big Sur and tried installing sina as described on your website by running:

conda config --add channels defaults
conda config --add channels bioconda
conda config --add channels conda-forge
conda create -n sina sina
conda activate sina

When I try to run sina, I get the following error:

sina --help
dyld: Library not loaded: @rpath/libtbb.dylib
  Referenced from: /Users/judithbernett/opt/miniconda3/envs/sina/bin/sina
  Reason: image not found
zsh: abort      sina --help

I also tried it on a friend's computer who also has macOS Big Sur and it also doesn't work there. Do you have any idea what could be the reason and how I could get sina to run?

Best, Judith

epruesse commented 3 years ago

This is probably an issue with the Bioconda package. I'll have to check what's going on there.