HTTP error installing amplicon 2024.10 in conda env.

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.

Hello Matt,

Welcome to the forums! :qiime2_square:

Here's the URL that is not working for you. I tried it and it seems to work for me!

What happens when you click that link? Does it redirect to this URL like it does for me?

If this is working in your browser, this is likely an issue with a server firewall blocking some URLs.

You can try running this command and see if it does the redirect, or if it blocks you:

curl https://data.qiime2.org/distro/amplicon/qiime2-amplicon-2024.10-py310-linux-conda.yml | head

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   435  100   435    0     0    658      0 --:--:-- --:--:-- --:--:--   658
<!doctype html>
<html lang=en>
<title>Redirecting...</title>
<h1>Redirecting...</h1>
<p>You should be redirected automatically to the target URL: <a href="https://raw.githubusercontent.com/qiime2/distributions/dev/2024.10/amplicon/released/qiime2-amplicon-ubuntu-latest-conda.yml">https://raw.githubusercontent.com/qiime2/distributions/dev/2024.10/amplicon/released/qiime2-amplicon-ubuntu-latest-conda.yml</a>. If not, click the link.

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