SINA icon indicating copy to clipboard operation
SINA copied to clipboard

Problems installing sina on macOS Big Sur

Open JudithBernett opened this issue 4 years ago • 1 comments

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

JudithBernett avatar May 07 '21 14:05 JudithBernett

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

epruesse avatar May 08 '21 18:05 epruesse