Install Issues with MacOSX

I am trying to install QIIME 2 on my Mac OSX - Sierra. I first installed Miniconda and now followed the example install command on the Install Doc page:
bash-3.2$ ./conda create -n qiime2-2017.12 --file https://data.qiime2.org/distro/core/qiime2-2017.12-conda-osx-64.txt

This downloaded many of the packages but stopped after certifi-2017.1:

backports-1.0- 100% |#############################| Time: 0:00:00 4.77 MB/s
certifi-2017.1 100% |#############################| Time: 0:00:00 6.87 MB/s

CondaError: CondaHTTPError: HTTP 404 NOT FOUND for url https://conda.anaconda.org/conda-forge/noarch/wheel-0.30.0-py_1.tar.bz2
Elapsed: 00:00.118830
CF-RAY: 3d991bf88fe35a74-BOS

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.

CondaError: CondaHTTPError: HTTP 404 NOT FOUND for url https://conda.anaconda.org/conda-forge/noarch/wheel-0.30.0-py_1.tar.bz2
Elapsed: 00:00.170712
CF-RAY: 3d991bfa19fe5a50-BOS

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.

CondaError: CondaHTTPError: HTTP 404 NOT FOUND for url https://conda.anaconda.org/conda-forge/noarch/wheel-0.30.0-py_1.tar.bz2
Elapsed: 00:00.143653
CF-RAY: 3d991bfb0bc65a2c-BOS

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 retried the install and got the same:

bash-3.2$ ./conda create -n qiime2-2017.12 --file https://data.qiime2.org/distro/core/qiime2-2017.12-conda-osx-64.txt
qiime2-2017.12 100% |#############################| Time: 0:00:00 2.44 MB/s
sortmerna-2.0- 100% |#############################| Time: 0:00:00 956.86 kB/s
r-gtable-0.2.0 100% |#############################| Time: 0:00:00 1.42 MB/s
ipython_genuti 100% |#############################| Time: 0:00:00 978.81 kB/s
statsmodels-0. 100% |#############################| Time: 0:00:01 4.04 MB/s
tzlocal-1.3-py 100% |#############################| Time: 0:00:00 12.64 MB/s
testpath-0.3.1 100% |#############################| Time: 0:00:00 8.73 MB/s

CondaError: CondaHTTPError: HTTP 404 NOT FOUND for url https://conda.anaconda.org/conda-forge/noarch/wheel-0.30.0-py_1.tar.bz2
Elapsed: 00:00.045725
CF-RAY: 3d99284a0d175a4a-BOS

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.

CondaError: CondaHTTPError: HTTP 404 NOT FOUND for url https://conda.anaconda.org/conda-forge/noarch/wheel-0.30.0-py_1.tar.bz2
Elapsed: 00:00.207356
CF-RAY: 3d99284b1bfe5a8c-BOS

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.

CondaError: CondaHTTPError: HTTP 404 NOT FOUND for url https://conda.anaconda.org/conda-forge/noarch/wheel-0.30.0-py_1.tar.bz2
Elapsed: 00:00.215684
CF-RAY: 3d99284c49465a3e-BOS

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 am not sure how to fix this except for wget but I am unsure of the path the install needs to go to.

Thank you,

Sara

Hello! Please see this update message on the 2017.12 release announcement for some details about why this happened. You should be able to install now without experiencing this missing package error. Please let us know if you have any difficulties! Thanks :t_rex:

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