Skip to content

Instantly share code, notes, and snippets.

@pdeperio
Created August 2, 2018 21:47
Show Gist options
  • Save pdeperio/25911ccd3e608ac4fac01573729b7955 to your computer and use it in GitHub Desktop.
Save pdeperio/25911ccd3e608ac4fac01573729b7955 to your computer and use it in GitHub Desktop.
conda_clone_6.8.0_err
$ conda create --name pax_v6.8.0.1 --clone pax_v6.8.0
An unexpected error has occurred.
Please consider posting the following information to the
conda GitHub issue tracker at:
https://github.com/conda/conda/issues
Current conda install:
platform : linux-64
conda version : 4.2.16
conda is private : False
conda-env version : 4.2.16
conda-build version : 2.0.2
python version : 3.5.2.final.0
requests version : 2.13.0
root environment : /project/lgrandi/anaconda3 (writable)
default environment : /project/lgrandi/anaconda3
envs directories : /project/lgrandi/anaconda3/envs
package cache : /project/lgrandi/anaconda3/pkgs
channel URLs : https://conda.anaconda.org/conda-forge/linux-64
https://conda.anaconda.org/conda-forge/noarch
https://conda.anaconda.org/anaconda/linux-64
https://conda.anaconda.org/anaconda/noarch
http://conda.anaconda.org/NLeSC/linux-64
http://conda.anaconda.org/NLeSC/noarch
https://repo.continuum.io/pkgs/free/linux-64
https://repo.continuum.io/pkgs/free/noarch
https://repo.continuum.io/pkgs/pro/linux-64
https://repo.continuum.io/pkgs/pro/noarch
config file : /home/tunnell/.condarc
offline mode : False
`$ /project/lgrandi/anaconda3/bin/conda create --name pax_v6.8.0.1 --clone pax_v6.8.0`
Traceback (most recent call last):
File "/project/lgrandi/anaconda3/lib/python3.5/site-packages/conda/fetch.py", line 395, in download
resp.raise_for_status()
File "/project/lgrandi/anaconda3/lib/python3.5/site-packages/requests/models.py", line 909, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: NOT FOUND for url: https://conda.anaconda.org/t/<TOKEN>/conda-forge/linux-64/pyzmq-16.0.2-py34_0.tar.bz2
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/project/lgrandi/anaconda3/lib/python3.5/site-packages/conda/exceptions.py", line 485, in conda_exception_handler
return_value = func(*args, **kwargs)
File "/project/lgrandi/anaconda3/lib/python3.5/site-packages/conda/cli/main.py", line 158, in _main
exit_code = args.func(args, p)
File "/project/lgrandi/anaconda3/lib/python3.5/site-packages/conda/cli/main_create.py", line 68, in execute
install(args, parser, 'create')
File "/project/lgrandi/anaconda3/lib/python3.5/site-packages/conda/cli/install.py", line 228, in install
clone(args.clone, prefix, json=context.json, quiet=context.quiet, index_args=index_args)
File "/project/lgrandi/anaconda3/lib/python3.5/site-packages/conda/cli/install.py", line 90, in clone
index_args=index_args)
File "/project/lgrandi/anaconda3/lib/python3.5/contextlib.py", line 77, in __exit__
self.gen.throw(type, value, traceback)
File "/project/lgrandi/anaconda3/lib/python3.5/site-packages/conda/cli/common.py", line 573, in json_progress_bars
yield
File "/project/lgrandi/anaconda3/lib/python3.5/site-packages/conda/cli/install.py", line 90, in clone
index_args=index_args)
File "/project/lgrandi/anaconda3/lib/python3.5/site-packages/conda/misc.py", line 392, in clone_env
force_extract=False, index_args=index_args)
File "/project/lgrandi/anaconda3/lib/python3.5/site-packages/conda/misc.py", line 192, in explicit
execute_actions(actions, index=index, verbose=verbose)
File "/project/lgrandi/anaconda3/lib/python3.5/site-packages/conda/plan.py", line 643, in execute_actions
inst.execute_instructions(plan, index, verbose)
File "/project/lgrandi/anaconda3/lib/python3.5/site-packages/conda/instructions.py", line 135, in execute_instructions
cmd(state, arg)
File "/project/lgrandi/anaconda3/lib/python3.5/site-packages/conda/instructions.py", line 47, in FETCH_CMD
fetch_pkg(state['index'][arg + '.tar.bz2'])
File "/project/lgrandi/anaconda3/lib/python3.5/site-packages/conda/fetch.py", line 353, in fetch_pkg
download(url, path, session=session, md5=info['md5'], urlstxt=True)
File "/project/lgrandi/anaconda3/lib/python3.5/site-packages/conda/fetch.py", line 399, in download
raise CondaRuntimeError(msg)
conda.exceptions.CondaRuntimeError: Runtime error: HTTPError: 404 Client Error: NOT FOUND for url: https://conda.anaconda.org/t/<TOKEN>/conda-forge/linux-64/pyzmq-16.0.2-py34_0.tar.bz2: https://conda.anaconda.org/conda-forge/linux-64/pyzmq-16.0.2-py34_0.tar.bz2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment