bioconda / bioconda-recipes

Conda recipes for the bioconda channel.
https://bioconda.github.io
MIT License
1.62k stars 3.24k forks source link

arb-bio does not exist error #50988

Open pschloss opened 3 weeks ago

pschloss commented 3 weeks ago

When I try to install arb-bio and arb-bio-tools (individually or together) with conda or mamba, I get the following...

v138_2 $ mamba install bioconda::arb-bio

Looking for: ['bioconda::arb-bio']

conda-forge/osx-arm64                                       Using cache
conda-forge/noarch                                          Using cache
bioconda/osx-arm64                                          Using cache
bioconda/noarch                                             Using cache
bioconda/osx-arm64                                          Using cache
bioconda/noarch                                             Using cache

Pinned packages:
  - python 3.12.*

Could not solve for environment specs
The following package could not be installed
└─ arb-bio does not exist (perhaps a typo or a missing channel).

The recipe seems to still be live as its page on bioconda. Even looks like it has been getting downloads as indicated by the plot at the bottom of the page at that last link. Ideas?

aliciaaevans commented 3 weeks ago

Those have not been built for osx-arm64 (Apple Silicon). If you'd like to open a PR, you can enable osx-arm64 in the recipe meta.yaml: https://bioconda.github.io/developer/aarch64.html There does seem to be a lot of patches for that recipe, so it may be a tricky one to get working.