无法在 Mac 上安装 Bioconda 软件包

ewj*_*wjc 2 bioinformatics conda apple-m1 bioconda

第一次使用命令行,我尝试在带有 M1 芯片的 Mac 环境中安装 Bioconda 软件包(fastp 和 Bowtie1),但我不断收到相同的错误:

Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
PackagesNotFoundError: The following packages are not available from current channels:
  - fastp

Current channels:
  - https://conda.anaconda.org/bioconda/osx-arm64
  - https://conda.anaconda.org/bioconda/noarch
  - https://conda.anaconda.org/conda-forge/osx-arm64
  - https://conda.anaconda.org/conda-forge/noarch
  - https://repo.anaconda.com/pkgs/main/osx-arm64
  - https://repo.anaconda.com/pkgs/main/noarch
  - https://repo.anaconda.com/pkgs/r/osx-arm64
  - https://repo.anaconda.com/pkgs/r/noarch
To search for alternate channels that may provide the conda package you're
looking for, navigate to
    https://anaconda.org
and use the search bar at the top of the page.
Run Code Online (Sandbox Code Playgroud)

任何建议都有帮助,谢谢!

小智 5

在基地上运行这个命令对我有用:

conda config --add subdirs osx-64
Run Code Online (Sandbox Code Playgroud)

检查: https: //github.com/conda/conda/issues/11216