Hi, I had the same issue after updating conda. I was able to download the file, but now I get an error when conda attempts to create a new environment.
conda env create -n qiime2-2019.1 --file qiime2-2019.1-py36-linux-conda.yml
Collecting package metadata: done
Solving environment: done
Downloading and Extracting Packages
q2-fragment-insertio | 180.3 MB | #7 | 5%
CondaHTTPError: HTTP 000 CONNECTION FAILED for url https://conda.anaconda.org/qiime2/label/r2019.1/linux-64/q2-fragment-insertion-2019.1.0-py36_0.tar.bz2
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.
I've done this many times before with no error, so I'm assuming the issues are related. Any suggestions on how to work around this?
Thanks