Trying to install QIIME2 again using instructions from:
[Natively installing QIIME 2 — QIIME 2 2018.4.0 documentation]
Before starting, I updated conda (miniconda2):
$conda update conda
Then:
$wget https://data.qiime2.org/distro/core/qiime2-2018.4-py35-osx-conda.yml
And lastly, I tried to create the environment as described:
$conda env create -n qiime2-2018.4 --file qiime2-2018.4-py35-osx-conda.yml
Up to a point, it seems to work, but then I get the following error:
Blockquote
icu-58.2 | 22.7 MB | ################################################# | 100%
CondaHTTPError: HTTP 000 CONNECTION FAILED for url https://conda.anaconda.org/qiime2/label/r2018.4/osx-64/q2-emperor-2018.4.0-py35_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.
When I re-run it, the installation now give me the following error:
Blockquote
Downloading and Extracting Packages
q2-emperor-2018.4.0 | 10 KB | ################################################# | 100%
Preparing transaction: done
Verifying transaction: done
Executing transaction: failed
ERROR conda.core.link:_execute(502): An error occurred while installing package 'conda-forge::widgetsnbextension-3.2.1-py35_0'.
LinkError: post-link script failed for package conda-forge::widgetsnbextension-3.2.1-py35_0
running your command again with-v
will provide additional information
location of failed script: /Users/jmsmacbookpro/miniconda2/envs/qiime2-2018.4/bin/.widgetsnbextension-post-link.sh
==> script messages <==
Attempting to roll back.
Rolling back transaction: done
LinkError: post-link script failed for package conda-forge::widgetsnbextension-3.2.1-py35_0
running your command again with -v
will provide additional information
location of failed script: /Users/jmsmacbookpro/miniconda2/envs/qiime2-2018.4/bin/.widgetsnbextension-post-link.sh
==> script messages <==
Following the recommendations on the installation page, I tried
$conda env remove -n qiime2-2018.4
but got the following error:
Blockquote
EnvironmentLocationNotFound: Not a conda environment: /Users/jmsmacbookpro/miniconda2/envs/qiime2-2018.4
I've been trying to install this since the 2017 version last year and I've had no luck. Any suggestions would really be appreociated.