I am trying to install QIIME2 Amplicon 2024.10 in WSL conda environment and keep getting an HTTP error with instructions to try later. I have made so many retries... please assess if I have screwed something up to create this frustration. I do see that the Python version installed with Miniconda3 is py312, not py310, but changing that in the commands gives the same error as below.
(base) mphoch_admin@LU-5PJQDX3:~$ conda env create -n qiime2-amplicon-2024.10 --file https://data.qiime2.org/distro/amplicon/qiime2-amplicon-2024.10-py310-linux-conda.yml
Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x7fb859f76ab0>: Failed to resolve 'data.qiime2.org' ([Errno -3] Temporary failure in name resolution)")': /distro/amplicon/qiime2-amplicon-2024.10-py310-linux-conda.yml
Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x7fb859f76f90>: Failed to resolve 'data.qiime2.org' ([Errno -3] Temporary failure in name resolution)")': /distro/amplicon/qiime2-amplicon-2024.10-py310-linux-conda.yml
Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x7fb859f77020>: Failed to resolve 'data.qiime2.org' ([Errno -3] Temporary failure in name resolution)")': /distro/amplicon/qiime2-amplicon-2024.10-py310-linux-conda.yml
CondaHTTPError: HTTP 000 CONNECTION FAILED for url https://data.qiime2.org/distro/amplicon/qiime2-amplicon-2024.10-py310-linux-conda.yml
Elapsed: -
An HTTP error occurred when trying to retrieve this URL.
HTTP errors are often intermittent, and a simple retry will get you on your way.