Thank you for reply.
conda install q2-picrust2=2023.2 \
> -c conda-forge \
> -c bioconda \
> -c gavinmdouglas
Retrieving notices: ...working... done
Collecting package metadata (current_repodata.json): failed
# >>>>>>>>>>>>>>>>>>>>>> ERROR REPORT <<<<<<<<<<<<<<<<<<<<<<
Traceback (most recent call last):
File "/home/alla/mambaforge/lib/python3.10/site-packages/conda/gateways/repodata/__init__.py", line 132, in conda_http_errors
yield
File "/home/alla/mambaforge/lib/python3.10/site-packages/conda/gateways/repodata/__init__.py", line 101, in repodata
response.raise_for_status()
File "/home/alla/mambaforge/lib/python3.10/site-packages/requests/models.py", line 1021, 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/gavinmdouglas/linux-64/current_repodata.json During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/alla/mambaforge/lib/python3.10/site-packages/requests/models.py", line 971, in json
return complexjson.loads(self.text, **kwargs)
File "/home/alla/mambaforge/lib/python3.10/site-packages/simplejson/__init__.py", line 514, in loads
return _default_decoder.decode(s)
File "/home/alla/mambaforge/lib/python3.10/site-packages/simplejson/decoder.py", line 386, in decode
obj, end = self.raw_decode(s)
File "/home/alla/mambaforge/lib/python3.10/site-packages/simplejson/decoder.py", line 416, in raw_decode
return self.scan_once(s, idx=_w(s, idx).end())
simplejson.errors.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/alla/mambaforge/lib/python3.10/site-packages/conda/exceptions.py", line 1124, in __call__
return func(*args, **kwargs)
File "/home/alla/mambaforge/lib/python3.10/site-packages/conda/cli/main.py", line 69, in main_subshell
exit_code = do_call(args, p)
File "/home/alla/mambaforge/lib/python3.10/site-packages/conda/cli/conda_argparse.py", line 91, in do_call
return getattr(module, func_name)(args, parser)
File "/home/alla/mambaforge/lib/python3.10/site-packages/conda/notices/core.py", line 103, in wrapper
return_value = func(*args, **kwargs)
File "/home/alla/mambaforge/lib/python3.10/site-packages/conda/cli/main_install.py", line 20, in execute
install(args, parser, 'install')
File "/home/alla/mambaforge/lib/python3.10/site-packages/conda/cli/install.py", line 264, in install
unlink_link_transaction = solver.solve_for_transaction(
File "/home/alla/mambaforge/lib/python3.10/site-packages/conda/core/solve.py", line 132, in solve_for_transaction
unlink_precs, link_precs = self.solve_for_diff(update_modifier, deps_modifier,
File "/home/alla/mambaforge/lib/python3.10/site-packages/conda/core/solve.py", line 175, in solve_for_diff
final_precs = self.solve_final_state(update_modifier, deps_modifier, prune, ignore_pinned,
File "/home/alla/mambaforge/lib/python3.10/site-packages/conda/core/solve.py", line 280, in solve_final_state
ssc = self._collect_all_metadata(ssc)
File "/home/alla/mambaforge/lib/python3.10/site-packages/conda/common/io.py", line 84, in decorated
return f(*args, **kwds)
File "/home/alla/mambaforge/lib/python3.10/site-packages/conda/core/solve.py", line 447, in _collect_all_metadata
index, r = self._prepare(prepared_specs)
File "/home/alla/mambaforge/lib/python3.10/site-packages/conda/core/solve.py", line 1060, in _prepare
reduced_index = get_reduced_index(self.prefix, self.channels,
File "/home/alla/mambaforge/lib/python3.10/site-packages/conda/core/index.py", line 267, in get_reduced_index
new_records = SubdirData.query_all(spec, channels=channels, subdirs=subdirs,
File "/home/alla/mambaforge/lib/python3.10/site-packages/conda/core/subdir_data.py", line 124, in query_all
result = tuple(chain.from_iterable(executor.map(subdir_query, channel_urls)))
File "/home/alla/mambaforge/lib/python3.10/concurrent/futures/_base.py", line 621, in result_iterator
yield _result_or_cancel(fs.pop())
File "/home/alla/mambaforge/lib/python3.10/concurrent/futures/_base.py", line 319, in _result_or_cancel
return fut.result(timeout)
File "/home/alla/mambaforge/lib/python3.10/concurrent/futures/_base.py", line 451, in result
return self.__get_result()
File "/home/alla/mambaforge/lib/python3.10/concurrent/futures/_base.py", line 403, in __get_result
raise self._exception
File "/home/alla/mambaforge/lib/python3.10/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
File "/home/alla/mambaforge/lib/python3.10/site-packages/conda/core/subdir_data.py", line 113, in <lambda>
subdir_query = lambda url: tuple(
File "/home/alla/mambaforge/lib/python3.10/site-packages/conda/core/subdir_data.py", line 129, in query
self.load()
File "/home/alla/mambaforge/lib/python3.10/site-packages/conda/core/subdir_data.py", line 215, in load
_internal_state = self._load()
File "/home/alla/mambaforge/lib/python3.10/site-packages/conda/core/subdir_data.py", line 323, in _load
raw_repodata_str = self._repo.repodata(mod_etag_headers)
File "/home/alla/mambaforge/lib/python3.10/site-packages/conda/gateways/repodata/__init__.py", line 94, in repodata
with conda_http_errors(self._url, filename):
File "/home/alla/mambaforge/lib/python3.10/contextlib.py", line 153, in __exit__
self.gen.throw(typ, value, traceback)
File "/home/alla/mambaforge/lib/python3.10/site-packages/conda/gateways/repodata/__init__.py", line 179, in conda_http_errors
raise RepodataIsEmpty(
File "/home/alla/mambaforge/lib/python3.10/site-packages/conda/exceptions.py", line 461, in __init__
body = response.json()
File "/home/alla/mambaforge/lib/python3.10/site-packages/requests/models.py", line 975, in json
raise RequestsJSONDecodeError(e.msg, e.doc, e.pos)
requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
`$ /home/alla/mambaforge/bin/conda install q2-picrust2=2023.2 -c conda-forge -c bioconda -c gavinmdouglas`
environment variables:
CIO_TEST=<not set>
CONDA_DEFAULT_ENV=qiime2-2023.5
CONDA_EXE=/home/alla/mambaforge/bin/conda
CONDA_PREFIX=/home/alla/mambaforge/envs/qiime2-2023.5
CONDA_PREFIX_1=/home/alla/mambaforge
CONDA_PROMPT_MODIFIER=(qiime2-2023.5)
CONDA_PYTHON_EXE=/home/alla/mambaforge/bin/python
CONDA_ROOT=/home/alla/mambaforge
CONDA_SHLVL=2
CURL_CA_BUNDLE=<not set>
DEFAULTS_PATH=/usr/share/gconf/ubuntu.default.path
JAVA_LD_LIBRARY_PATH=/home/alla/mambaforge/envs/qiime2-2023.5/lib/jvm/lib/server
LD_PRELOAD=<not set>
MANDATORY_PATH=/usr/share/gconf/ubuntu.mandatory.path
PATH=/home/alla/mambaforge/envs/qiime2-
2023.5/bin:/home/alla/mambaforge/condabin:/home/alla/.local/bin:/usr/l
ocal/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr
/local/games:/snap/bin
PYTHONNOUSERSITE=/home/alla/mambaforge/envs/qiime2-2023.5/lib/python*/site-packages/
REQUESTS_CA_BUNDLE=<not set>
SSL_CERT_FILE=<not set>
WINDOWPATH=2
active environment : qiime2-2023.5
active env location : /home/alla/mambaforge/envs/qiime2-2023.5
shell level : 2
user config file : /home/alla/.condarc
populated config files : /home/alla/mambaforge/.condarc
/home/alla/.condarc
conda version : 23.1.0
conda-build version : not installed
python version : 3.10.10.final.0
virtual packages : __archspec=1=x86_64
__glibc=2.31=0
__linux=5.15.0=0
__unix=0=0
base environment : /home/alla/mambaforge (writable)
conda av data dir : /home/alla/mambaforge/etc/conda
conda av metadata url : None
channel URLs :
https://conda.anaconda.org/conda-forge/linux-64 https://conda.anaconda.org/conda-forge/noarch https://conda.anaconda.org/bioconda/linux-64 https://conda.anaconda.org/bioconda/noarch https://conda.anaconda.org/gavinmdouglas/linux-64 https://conda.anaconda.org/gavinmdouglas/noarch https://repo.anaconda.com/pkgs/main/linux-64 https://repo.anaconda.com/pkgs/main/noarch https://repo.anaconda.com/pkgs/r/linux-64 https://repo.anaconda.com/pkgs/r/noarch package cache : /home/alla/mambaforge/pkgs
/home/alla/.conda/pkgs
envs directories : /home/alla/mambaforge/envs
/home/alla/.conda/envs
platform : linux-64
user-agent : conda/23.1.0 requests/2.31.0 CPython/3.10.10 Linux/5.15.0-116-generic ubuntu/20.04.6 glibc/2.31
UID:GID : 1000:1000
netrc file : None
offline mode : False
An unexpected error has occurred. Conda has prepared the above report.
If submitted, this report will be used by core maintainers to improve
future releases of conda.
Would you like conda to send this report to the core maintainers? [y/N]: y
Upload successful.
Thank you for helping to improve conda.
Opt-in to always sending reports (and not see this message again)
by running
$ conda config --set report_errors true