You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to clone a repository that contains pyzmq, and I'm continually getting the following error:
$ conda create --clone py3 -n py3_genome
Source: /ebio/abt3_projects/software/miniconda3/envs/py3
Destination: /ebio/abt3_projects/software/miniconda3/envs/py3_genome
Packages: 126
Files: 37
CondaError: CondaHTTPError: HTTP 404 NOT FOUND for url <https://conda.anaconda.org/conda-forge/linux-64/pyzmq-16.0.2-py36_0.tar.bz2>
Elapsed: 00:00.534050
CF-RAY: 3ecf113daf8464db-FRA
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/linux-64/pyzmq-16.0.2-py36_0.tar.bz2>
Elapsed: 00:00.549631
CF-RAY: 3ecf1140fc3b64b7-FRA
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/linux-64/pyzmq-16.0.2-py36_0.tar.bz2>
Elapsed: 00:00.484043
CF-RAY: 3ecf11446ce764db-FRA
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 tried for ~1 day now with no success, so the "simple retry will get you on your way" advice doesn't seem to be working.
Is the url broken? Do I have to update pyzmq in my "Source" repository in order to clone it?
I'm trying to clone a repository that contains
pyzmq
, and I'm continually getting the following error:I've tried for ~1 day now with no success, so the "simple retry will get you on your way" advice doesn't seem to be working.
Is the url broken? Do I have to update
pyzmq
in my "Source" repository in order to clone it?The text was updated successfully, but these errors were encountered: