Facing issue in installing qiime2 amplicon 2024.10 env in conda

I am trying to install qiime2 amplicon-2024.10 by following command " conda env create
--name qiime2-amplicon-2024.10
--file https://raw.githubusercontent.com/qiime2/distributions/refs/heads/dev/2024.10/amplicon/released/qiime2-amplicon-ubuntu-latest-conda.yml"
but getting this error " Collecting package metadata (repodata.json): failed

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

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."

please guide me for installing qiime2

I am trying to install qiime2 Amplicon by conda by following link:

conda env create -n qiime2-amplicon-2024.10 --file https://data.qiime2.org/distro/amplicon/qiime2-amplicon-2024.10-py310-linux-conda.yml

but getting this error:
UnavailableInvalidChannel: HTTP 404 NOT FOUND for channel channel_ursk https://conda.anaconda.org/channel_ursk

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.

please guide me to install.

Hi @I_am_Biology,

It looks like you created two posts for the same question - I've merged them into one topic to help keep things tidy. A friendly reminder to please be patient and wait for a reply from a QIIME 2 moderator instead of double posting. This helps us keep the forum organized for everyone.

With regards to your question, here's a helpful portion of the error message you received:

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.

Conda's recommendation is a great next step here - go ahead and run the two commands listed above, and please provide the output in your response. This will help us to identify where this spurious channel is originating from.

Thanks! :lizard: