qiime2 2022.11 installation error

(base) username:~$ wget https://data.qiime2.org/distro/core/qiime2-2022.11-py38-linux-conda.yml
--2023-01-19 12:53:00-- https://data.qiime2.org/distro/core/qiime2-2022.11-py38-linux-conda.yml
Resolving data.qiime2.org (data.qiime2.org)... 54.200.1.12
Connecting to data.qiime2.org (data.qiime2.org)|54.200.1.12|:443... connected.
HTTP request sent, awaiting response... 302 FOUND
Location: https://raw.githubusercontent.com/qiime2/environment-files/master/2022.11/release/qiime2-2022.11-py38-linux-conda.yml [following]
--2023-01-19 12:53:00-- https://raw.githubusercontent.com/qiime2/environment-files/master/2022.11/release/qiime2-2022.11-py38-linux-conda.yml
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.109.133, 185.199.108.133, 185.199.110.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.109.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 14696 (14K) [text/plain]
Saving to: ‘qiime2-2022.11-py38-linux-conda.yml.4’

qiime2-2022.11-py38-linux-con 100%[=================================================>] 14.35K --.-KB/s in 0.002s

2023-01-19 12:53:01 (7.32 MB/s) - ‘qiime2-2022.11-py38-linux-conda.yml.4’ saved [14696/14696]

(base) username:~$ conda env create -n qiime2-2022.11 --file qiime2-2022.11-py38-linux-conda.yml

Collecting package metadata (repodata.json): failed

UnavailableInvalidChannel: HTTP 404 NOT FOUND for channel biocnda https://conda.anaconda.org/biocnda

The channel is not accessible or is invalid.

You will need to adjust your conda configuration to proceed.
Use conda config --show channels to view your configuration's current state,
and use conda config --show-sources to view config file locations.

Hi,

I am trying to install QIIME2 2022.11 using Windows WSL. I have downloaded miniconda as instructed. However, I get the above error when trying to create the conda env. Can you please assist me?

Hello

There is a typo in channel name. Should be "bioconda".

Cheers
Valentyn

2 Likes

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.