Cannot install qiime2 in WSL. Constant error messages

I am trying to install QIIME2 in windows using Ubuntu but I keep getting the error message "Found conflicts! Looking for incompatible packages..." after inputting 'conda env create -n qiime2-amplicon-2024.10 --file https://data.qiime2.org/distro/amplicon/qiime2-amplicon-2024.10-py310-linux-conda.yml', it proceeds to run for hours and fails to install. I also see a packages not found error and it says qiime2 is not available from current channels. What channel do I need and how do I install it?

Hi @drchase and welcome to the :qiime2: forum

Could you please share the full error message you are obtaining?

Also, you may want to run conda config --get channel_priority and check if is set to 'flexible'. If that is not the case, you can change it with conda config --set channel_priority flexible.

If that is not working, could you also share your Ubuntu version?

Best,

Sergio