Angsd mamba package not working

I’m trying to use angsd after downloading it in my biotools mamba environments.

mamba activate biotools
conda install -c bioconda angsd

when i mamba list it shows it as part of my package.

the error message i’m getting is:

angsd: error while loading shared libraries: libbz2.so.1.0: cannot open shared object file: No such file or directory

i searched libbz in anaconda.org and downloaded:

conda install -c conda-forge m2-libbz2

this is still not working.

I would load angsd as a module, but it doesn’t show up when i try module spidering it.

Try the bzip2 package:

https://anaconda.org/conda-forge/bzip2

I got the same error message.

In a fresh environment, if I use the following install command, then it works for me:

mamba install -c bioconda -c conda-forge angsd bzip2