Hi QIIME2 community and q2-boots
developers:
I was following the q2-boots-documentation to install the 2024.5.beta release of q2-boots with conda 24.7.1 on macOS with Apple M1 Chip.
When I ran
conda env create \
-n q2-boots-2024.5.beta \
-f https://raw.githubusercontent.com/qiime2/q2-boots/main/environments/q2-boots-qiime2-amplicon-2024.5.yml
I got this error message:
Channels:
- passed
- conda-forge
- bioconda
Platform: osx-arm64
Collecting package metadata (repodata.json): done
Solving environment: failed
PackagesNotFoundError: The following packages are not available from current channels:
- qiime2-amplicon
Current channels:
- https://packages.qiime2.org/qiime2/2024.5/amplicon/passed/osx-arm64
- conda-forge/osx-arm64
- bioconda/osx-arm64
I have searched the forum and found some discussions on bioconda and platform osx-arms64, but I'm still quite confused how I can solve my issue. Some specific guidance will be much appreciated! This plugin looks exciting and I really look forward to have a try.
Thank you in advance!