QIIME2-2021 Error for DADA2 in Rcpp, Utils and Stats package

Hi everyone,

I am a QIIME2 user that run on AWS using Ubuntu OS. Since I am not located in US region, I should install QIIME2 by our own instead using the QIIME2 service that provided on AWS.

I have faced error using DADA2 in QIIME2-2021 version (2021.4, 2021.8 and 2021.11). When I change it into QIIME2-2020 or 2019, my pipeline work perfectly for DADA2 part. All of errors showing log like this :

Running external command line application(s). This may print messages to stdout and/or stderr.
The command(s) being run are below. These commands cannot be manually re-run as they will depend on temporary files that no longer exist.

Command: run_dada_paired.R /tmp/tmpwctnraxw/forward /tmp/tmpwctnraxw/reverse /tmp/tmpwctnraxw/output.tsv.biom /tmp/tmpwctnraxw/track.tsv /tmp/tmpwctnraxw/filt_f /tmp/tmpwctnraxw/filt_r 230 230 0 0 2.0 2.0 2 12 independent consensus 1.0 1 1000000

Error: package or namespace load failed for ‘utils’:
.onLoad failed in loadNamespace() for 'utils', details:
call: options(op.utils[toset])
error: invalid value for 'editor'
Error: package or namespace load failed for ‘stats’:
.onLoad failed in loadNamespace() for 'utils', details:
call: options(op.utils[toset])
error: invalid value for 'editor'
During startup - Warning messages:
1: package ‘utils’ in options("defaultPackages") was not found
2: package ‘stats’ in options("defaultPackages") was not found
R version 4.0.5 (2021-03-31)
Loading required package: Rcpp
Error: package or namespace load failed for ‘Rcpp’:
.onLoad failed in loadNamespace() for 'utils', details:
call: options(op.utils[toset])
error: invalid value for 'editor'
Error: package ‘Rcpp’ could not be loaded
Execution halted
Traceback (most recent call last):
File "/home/ubuntu/miniconda3/envs/qiime2-2021.11/lib/python3.8/site-packages/q2_dada2/_denoise.py", line 266, in denoise_paired
run_commands([cmd])
File "/home/ubuntu/miniconda3/envs/qiime2-2021.11/lib/python3.8/site-packages/q2_dada2/_denoise.py", line 36, in run_commands
subprocess.run(cmd, check=True)
File "/home/ubuntu/miniconda3/envs/qiime2-2021.11/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['run_dada_paired.R', '/tmp/tmpwctnraxw/forward', '/tmp/tmpwctnraxw/reverse', '/tmp/tmpwctnraxw/output.tsv.biom', '/tmp/tmpwctnraxw/track.tsv', '/tmp/tmpwctnraxw/filt_f', '/tmp/tmpwctnraxw/filt_r', '230', '230', '0', '0', '2.0', '2.0', '2', '12', 'independent', 'consensus', '1.0', '1', '1000000']' returned non-zero exit status 1.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/ubuntu/miniconda3/envs/qiime2-2021.11/lib/python3.8/site-packages/q2cli/commands.py", line 339, in call
results = action(**arguments)
File "", line 2, in denoise_paired
File "/home/ubuntu/miniconda3/envs/qiime2-2021.11/lib/python3.8/site-packages/qiime2/sdk/action.py", line 245, in bound_callable
outputs = self.callable_executor(scope, callable_args,
File "/home/ubuntu/miniconda3/envs/qiime2-2021.11/lib/python3.8/site-packages/qiime2/sdk/action.py", line 391, in callable_executor
output_views = self._callable(**view_args)
File "/home/ubuntu/miniconda3/envs/qiime2-2021.11/lib/python3.8/site-packages/q2_dada2/_denoise.py", line 279, in denoise_paired
raise Exception("An error was encountered while running DADA2"
Exception: An error was encountered while running DADA2 in R (return code 1), please inspect stdout and stderr to learn more.

Several methods that I used for ensuring the R library reference has no conflict at all by using R -e ".libPaths()" and the message shows the R library has no conflict with other R version like this

.libPaths()
[1] "/home/ubuntu/miniconda3/envs/qiime2-2021.11/lib/R/library"

This error message also comes with the libPaths command above "

Error: package or namespace load failed for ‘utils’:
.onLoad failed in loadNamespace() for 'utils', details:
call: options(op.utils[toset])
error: invalid value for 'editor'
Error: package or namespace load failed for ‘stats’:
.onLoad failed in loadNamespace() for 'utils', details:
call: options(op.utils[toset])
error: invalid value for 'editor'
During startup - Warning messages:
1: package ‘utils’ in options("defaultPackages") was not found
2: package ‘stats’ in options("defaultPackages") was not found

I have reinstall QIIME2-2021 several times, but this thing happens everytime I use QIIME2-2021 for DADA2 usage. I think the error is in the PATH, but I am not sure since library path also shows the default library that will be used in QIIME2-2021.

Thank you for your help!

Hello @hakimbazol,

Thank you for posting all these details. I saw this error a couple of times.

I googled that error and found this suggestion: :point_down:

Try e.g.

EDITOR=vim R

If that works, put the line

export EDITOR=vim

at the end of your ~/.profile


Let me know if that works for you!

Hi @colinbrislawn , thank you for your suggestion.

I have followed your suggestion, but the error still persists, with other error warning.

Running external command line application(s). This may print messages to stdout and/or stderr.
The command(s) being run are below. These commands cannot be manually re-run as they will depend on temporary files that no longer exist.

Command: run_dada_paired.R /tmp/tmpjzoyjkhc/forward /tmp/tmpjzoyjkhc/reverse /tmp/tmpjzoyjkhc/output.tsv.biom /tmp/tmpjzoyjkhc/track.tsv /tmp/tmpjzoyjkhc/filt_f /tmp/tmpjzoyjkhc/filt_r 230 230 0 0 2.0 2.0 2 12 independent consensus 1.0 0 1000000

R version 4.0.5 (2021-03-31)
Loading required package: Rcpp
Error: package or namespace load failed for ‘dada2’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
there is no package called ‘GenomeInfoDbData’
Execution halted
Traceback (most recent call last):
File "/home/ubuntu/miniconda3/envs/qiime2-2021.11/lib/python3.8/site-packages/q2_dada2/_denoise.py", line 266, in denoise_paired
run_commands([cmd])
File "/home/ubuntu/miniconda3/envs/qiime2-2021.11/lib/python3.8/site-packages/q2_dada2/_denoise.py", line 36, in run_commands
subprocess.run(cmd, check=True)
File "/home/ubuntu/miniconda3/envs/qiime2-2021.11/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['run_dada_paired.R', '/tmp/tmpjzoyjkhc/forward', '/tmp/tmpjzoyjkhc/reverse', '/tmp/tmpjzoyjkhc/output.tsv.biom', '/tmp/tmpjzoyjkhc/track.tsv', '/tmp/tmpjzoyjkhc/filt_f', '/tmp/tmpjzoyjkhc/filt_r', '230', '230', '0', '0', '2.0', '2.0', '2', '12', 'independent', 'consensus', '1.0', '0', '1000000']' returned non-zero exit status 1.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/ubuntu/miniconda3/envs/qiime2-2021.11/lib/python3.8/site-packages/q2cli/commands.py", line 339, in call
results = action(**arguments)
File "", line 2, in denoise_paired
File "/home/ubuntu/miniconda3/envs/qiime2-2021.11/lib/python3.8/site-packages/qiime2/sdk/action.py", line 245, in bound_callable
outputs = self.callable_executor(scope, callable_args,
File "/home/ubuntu/miniconda3/envs/qiime2-2021.11/lib/python3.8/site-packages/qiime2/sdk/action.py", line 391, in callable_executor
output_views = self._callable(**view_args)
File "/home/ubuntu/miniconda3/envs/qiime2-2021.11/lib/python3.8/site-packages/q2_dada2/_denoise.py", line 279, in denoise_paired
raise Exception("An error was encountered while running DADA2"
Exception: An error was encountered while running DADA2 in R (return code 1), please inspect stdout and stderr to learn more.

I also investigate the library that QIIME2-2021.11 has, and I found the library called GenomeInfoDbData is not exist in the R library, only GenomeInfoDb. As the proof, I also attach the screenshot.

May you have other suggestions? Thank you for the quick response!

1 Like

So while we fixed the editor error, we now have a new one. I agree with your detective work, we are missing an R library!

I'm not sure what's going on here. Has anyone else had this issue using Ubuntu on AWS?

Hi @colinbrislawn , thank you for your help!

After do deep searching in this forum, finally I have solved the problem!

So this is what I have done :

  1. Installing GenomeInfoDbData by using BiocManager. If BiocManager package were not available, install BiocManager first.

  2. GenomeInfoDbData installation will run automatically, and I update all the dependencies package in R.

  3. After GenomeInfoDbData was installed, I faced error message again :frowning: this is the error message that I got :

R version 4.0.5 (2021-03-31)
Loading required package: Rcpp
DADA2: 1.18.0 / Rcpp: 1.0.8 / RcppParallel: 5.1.5

  1. Filtering Error in filterAndTrim(unfiltsF, filtsF, unfiltsR, filtsR, truncLen = c(truncLenF, :
    These are the errors (up to 5) encountered in individual cores...
    Error in validObject(.Object) :
    invalid class “SRFilterResult” object: superclass "Mnumeric" not defined in the environment of the object's class
    Error in validObject(.Object) :
    invalid class “SRFilterResult” object: superclass "Mnumeric" not defined in the environment of the object's class
    Error in validObject(.Object) :
    invalid class “SRFilterResult” object: superclass "Mnumeric" not defined in the environment of the object's class
    Error in validObject(.Object) :
    invalid class “SRFilterResult” object: superclass "Mnumeric" not defined in the environment of the object's class
    Error in validObject(.Object) :
    invalid class “SRFilterResult” object: superclass "Mnumeric" not defined in the environment of the object's class
    Execution halted
    Traceback (most recent call last):
    File "/home/ubuntu/miniconda3/envs/qiime2-2021.11/lib/python3.8/site-packages/q2_dada2/_denoise.py", line 266, in denoise_paired
    run_commands([cmd])
    File "/home/ubuntu/miniconda3/envs/qiime2-2021.11/lib/python3.8/site-packages/q2_dada2/_denoise.py", line 36, in run_commands
    subprocess.run(cmd, check=True)
    File "/home/ubuntu/miniconda3/envs/qiime2-2021.11/lib/python3.8/subprocess.py", line 516, in run
    raise CalledProcessError(retcode, process.args,
    subprocess.CalledProcessError: Command '['run_dada_paired.R', '/tmp/tmp98fl0c_5/forward', '/tmp/tmp98fl0c_5/reverse', '/tmp/tmp98fl0c_5/output.tsv.biom', '/tmp/tmp98fl0c_5/track.tsv', '/tmp/tmp98fl0c_5/filt_f', '/tmp/tmp98fl0c_5/filt_r', '230', '230', '0', '0', '2.0', '2.0', '2', '12', 'independent', 'consensus', '1.0', '0', '1000000']' returned non-zero exit status 1.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/ubuntu/miniconda3/envs/qiime2-2021.11/lib/python3.8/site-packages/q2cli/commands.py", line 339, in call
results = action(**arguments)
File "", line 2, in denoise_paired
File "/home/ubuntu/miniconda3/envs/qiime2-2021.11/lib/python3.8/site-packages/qiime2/sdk/action.py", line 245, in bound_callable
outputs = self.callable_executor(scope, callable_args,
File "/home/ubuntu/miniconda3/envs/qiime2-2021.11/lib/python3.8/site-packages/qiime2/sdk/action.py", line 391, in callable_executor
output_views = self._callable(**view_args)
File "/home/ubuntu/miniconda3/envs/qiime2-2021.11/lib/python3.8/site-packages/q2_dada2/_denoise.py", line 279, in denoise_paired
raise Exception("An error was encountered while running DADA2"
Exception: An error was encountered while running DADA2 in R (return code 1), please inspect stdout and stderr to learn more.

When I got this error, this also happens for some people and I also have found this issue here. While I downgrade the Matrix package, finally my pipeline works fine as QIIME2-2020!!

Hope it helps for other people that might face similar issue with me!

1 Like

Hello @hakimbazol,

Can we revisit this issue? While I'm glad this is working for you now, we don't typically manage our software using BiocManager, so this could cause more problems in the future for you and other members of the forums.

A more reliable solution would be to get this all working using conda. Can you help us do that?

Let's take a look at what conda was able to install and see what's missing:

conda list -n qiime2-2021.11

Let's also take a look at this output:

conda list -n qiime2-2021.11 --revisions
1 Like

hi @colinbrislawn , here are the results from both command :

conda list -n qiime2-2021.11

packages in environment at /home/ubuntu/miniconda3/envs/qiime2-2021.11:
Name Version Build Channel
libgcc_mutex 0.1 conda_forge conda-forge
_openmp_mutex 4.5 1_gnu conda-forge
_r-mutex 1.0.1 anacondar_1 conda-forge
alsa-lib 1.2.3 h516909a_0 conda-forge
argcomplete 1.12.3 pyhd8ed1ab_2 conda-forge
argon2-cffi 21.1.0 py38h497a2fe_2 conda-forge
async_generator 1.10 py_0 conda-forge
attrs 21.2.0 pyhd8ed1ab_0 conda-forge
backcall 0.2.0 pyh9f0ad1d_0 conda-forge
backports 1.0 py_2 conda-forge
backports.functools_lru_cache 1.6.4 pyhd8ed1ab_0 conda-forge
bibtexparser 1.1.0 py_0 conda-forge
binutils_impl_linux-64 2.36.1 h193b22a_2 conda-forge
binutils_linux-64 2.36 hf3e587d_4 conda-forge
bioconductor-biobase 2.50.0 r40hd029910_1 bioconda
bioconductor-biocgenerics 0.36.0 r40hdfd78af_1 bioconda
bioconductor-biocparallel 1.24.1 r40h399db7b_0 bioconda
bioconductor-biostrings 2.58.0 r40hd029910_1 bioconda
bioconductor-dada2 1.18.0 r40h399db7b_1 bioconda
bioconductor-delayedarray 0.16.3 r40hd029910_0 bioconda
bioconductor-genomeinfodb 1.26.4 r40hdfd78af_0 bioconda
bioconductor-genomeinfodbdata 1.2.4 r40hdfd78af_2 bioconda
bioconductor-genomicalignments 1.26.0 r40hd029910_1 bioconda
bioconductor-genomicranges 1.42.0 r40hd029910_1 bioconda
bioconductor-iranges 2.24.1 r40hd029910_0 bioconda
bioconductor-matrixgenerics 1.2.1 r40hdfd78af_0 bioconda
bioconductor-rhtslib 1.22.0 r40hd029910_1 bioconda
bioconductor-rsamtools 2.6.0 r40h399db7b_1 bioconda
bioconductor-s4vectors 0.28.1 r40hd029910_0 bioconda
bioconductor-shortread 1.48.0 r40h399db7b_1 bioconda
bioconductor-summarizedexperiment 1.20.0 r40hdfd78af_1 bioconda
bioconductor-xvector 0.30.0 r40hd029910_1 bioconda
bioconductor-zlibbioc 1.36.0 r40hd029910_1 bioconda
biom-format 2.1.10 py38h6c62de6_1 conda-forge
blast 2.12.0 pl5262h3289130_0 bioconda
bleach 4.1.0 pyhd8ed1ab_0 conda-forge
bokeh 2.4.2 py38h578d9bd_0 conda-forge
bowtie2 2.4.2 py38hc2f83ea_2 bioconda
brotli 1.0.9 h7f98852_6 conda-forge
brotli-bin 1.0.9 h7f98852_6 conda-forge
brotlipy 0.7.0 py38h497a2fe_1003 conda-forge
bwidget 1.9.14 ha770c72_1 conda-forge
bzip2 1.0.8 h7f98852_4 conda-forge
c-ares 1.18.1 h7f98852_0 conda-forge
ca-certificates 2021.10.8 ha878542_0 conda-forge
cachecontrol 0.12.10 pyhd8ed1ab_0 conda-forge
cached-property 1.5.2 hd8ed1ab_1 conda-forge
cached_property 1.5.2 pyha770c72_1 conda-forge
cairo 1.16.0 h6cf1ce9_1008 conda-forge
certifi 2021.10.8 py38h578d9bd_1 conda-forge
cffi 1.15.0 py38h3931269_0 conda-forge
chardet 4.0.0 py38h578d9bd_2 conda-forge
click 7.1.2 pyh9f0ad1d_0 conda-forge
colorama 0.4.4 pyh9f0ad1d_0 conda-forge
cryptography 35.0.0 py38h3e25421_2 conda-forge
curl 7.80.0 h2574ce0_0 conda-forge
cutadapt 3.5 py38h4a8c8d9_0 bioconda
cycler 0.11.0 pyhd8ed1ab_0 conda-forge
cython 0.29.24 py38h709712a_1 conda-forge
dbus 1.13.6 h48d8840_2 conda-forge
deblur 1.1.0 py_2 bioconda
debugpy 1.5.1 py38h709712a_0 conda-forge
decorator 4.4.2 py_0 conda-forge
defusedxml 0.7.1 pyhd8ed1ab_0 conda-forge
dendropy 4.5.2 pyh3252c3a_0 bioconda
dill 0.3.4 pyhd8ed1ab_0 conda-forge
dnaio 0.6.0 py38h4a8c8d9_0 bioconda
emperor 1.0.3 py38h578d9bd_0 conda-forge
entrez-direct 16.2 he881be0_0 bioconda
entrypoints 0.3 pyhd8ed1ab_1003 conda-forge
expat 2.4.1 h9c3ff4c_0 conda-forge
fastcluster 1.1.26 py38h43a58ef_3 conda-forge
fasttree 2.1.10 0 bioconda
font-ttf-dejavu-sans-mono 2.37 hab24e00_0 conda-forge
font-ttf-inconsolata 3.000 h77eed37_0 conda-forge
font-ttf-source-code-pro 2.038 h77eed37_0 conda-forge
font-ttf-ubuntu 0.83 hab24e00_0 conda-forge
fontconfig 2.13.1 hba837de_1005 conda-forge
fonts-conda-ecosystem 1 0 conda-forge
fonts-conda-forge 1 0 conda-forge
fonttools 4.28.1 py38h497a2fe_0 conda-forge
freetype 2.10.4 h0708190_1 conda-forge
fribidi 1.0.10 h36c2ea0_0 conda-forge
future 0.18.2 py38h578d9bd_4 conda-forge
gcc_impl_linux-64 9.4.0 h03d3576_12 conda-forge
gcc_linux-64 9.4.0 h391b98a_4 conda-forge
gettext 0.19.8.1 h73d1719_1008 conda-forge
gfortran_impl_linux-64 9.4.0 h0003116_12 conda-forge
gfortran_linux-64 9.4.0 hf0ab688_4 conda-forge
glib 2.70.1 h780b84a_0 conda-forge
glib-tools 2.70.1 h780b84a_0 conda-forge
gneiss 0.4.6 py_0 bioconda
graphite2 1.3.13 h58526e2_1001 conda-forge
gsl 2.7 he838d99_0 conda-forge
gst-plugins-base 1.18.5 hf529b03_2 conda-forge
gstreamer 1.18.5 h9f60fe5_2 conda-forge
gxx_impl_linux-64 9.4.0 h03d3576_12 conda-forge
gxx_linux-64 9.4.0 h0316aca_4 conda-forge
h5py 3.3.0 nompi_py38h9915d05_100 conda-forge
harfbuzz 3.1.1 h83ec7ef_0 conda-forge
hdf5 1.10.6 nompi_h6a2412b_1114 conda-forge
hdmedians 0.14.2 py38h6c62de6_1 conda-forge
hmmer 3.1b2 3 bioconda
htslib 1.14 h9093b5e_0 bioconda
icu 68.2 h9c3ff4c_0 conda-forge
idna 2.10 pyh9f0ad1d_0 conda-forge
ijson 3.1.3 pyhd3deb0d_0 conda-forge
importlib-metadata 4.8.2 py38h578d9bd_0 conda-forge
importlib_metadata 4.8.2 hd8ed1ab_0 conda-forge
importlib_resources 5.4.0 pyhd8ed1ab_0 conda-forge
iniconfig 1.1.1 pyh9f0ad1d_0 conda-forge
ipykernel 6.5.0 py38he5a9106_1 conda-forge
ipython 7.29.0 py38he5a9106_2 conda-forge
ipython_genutils 0.2.0 py_1 conda-forge
ipywidgets 7.6.5 pyhd8ed1ab_0 conda-forge
iqtree 2.1.4_beta hdcc8f71_0 bioconda
isa-l 2.30.0 ha770c72_4 conda-forge
jbig 2.1 h7f98852_2003 conda-forge
jedi 0.18.1 py38h578d9bd_0 conda-forge
jinja2 3.0.3 pyhd8ed1ab_0 conda-forge
joblib 1.1.0 pyhd8ed1ab_0 conda-forge
jpeg 9d h36c2ea0_0 conda-forge
jq 1.6 h36c2ea0_1000 conda-forge
jsonschema 4.2.1 pyhd8ed1ab_1 conda-forge
jupyter_client 7.1.0 pyhd8ed1ab_0 conda-forge
jupyter_core 4.9.1 py38h578d9bd_1 conda-forge
jupyterlab_pygments 0.1.2 pyh9f0ad1d_0 conda-forge
jupyterlab_widgets 1.0.2 pyhd8ed1ab_0 conda-forge
kernel-headers_linux-64 2.6.32 he073ed8_15 conda-forge
kiwisolver 1.3.2 py38h1fd1430_1 conda-forge
krb5 1.19.2 hcc1bbae_3 conda-forge
lcms2 2.12 hddcbb42_0 conda-forge
ld_impl_linux-64 2.36.1 hea4e1c9_2 conda-forge
lerc 2.2.1 h9c3ff4c_0 conda-forge
libblas 3.9.0 13_linux64_openblas conda-forge
libbrotlicommon 1.0.9 h7f98852_6 conda-forge
libbrotlidec 1.0.9 h7f98852_6 conda-forge
libbrotlienc 1.0.9 h7f98852_6 conda-forge
libcblas 3.9.0 13_linux64_openblas conda-forge
libclang 11.1.0 default_ha53f305_1 conda-forge
libcurl 7.80.0 h2574ce0_0 conda-forge
libdeflate 1.7 h7f98852_5 conda-forge
libedit 3.1.20191231 he28a2e2_2 conda-forge
libev 4.33 h516909a_1 conda-forge
libevent 2.1.10 h9b69904_4 conda-forge
libffi 3.4.2 h7f98852_5 conda-forge
libgcc 7.2.0 h69d50b8_2 conda-forge
libgcc-devel_linux-64 9.4.0 hd854feb_12 conda-forge
libgcc-ng 11.2.0 h1d223b6_12 conda-forge
libgfortran-ng 11.2.0 h69a702a_12 conda-forge
libgfortran5 11.2.0 h5c6108e_12 conda-forge
libglib 2.70.1 h174f98d_0 conda-forge
libgomp 11.2.0 h1d223b6_12 conda-forge
libiconv 1.16 h516909a_0 conda-forge
liblapack 3.9.0 13_linux64_openblas conda-forge
libllvm10 10.0.1 he513fc3_3 conda-forge
libllvm11 11.1.0 hf817b99_2 conda-forge
libnghttp2 1.43.0 h812cca2_1 conda-forge
libnsl 2.0.0 h7f98852_0 conda-forge
libogg 1.3.4 h7f98852_1 conda-forge
libopenblas 0.3.18 pthreads_h8fe5266_0 conda-forge
libopus 1.3.1 h7f98852_1 conda-forge
libpng 1.6.37 h21135ba_2 conda-forge
libpq 13.5 hd57d9b9_1 conda-forge
libsanitizer 9.4.0 h79bfe98_12 conda-forge
libsodium 1.0.18 h36c2ea0_1 conda-forge
libssh2 1.10.0 ha56f1ee_2 conda-forge
libstdcxx-devel_linux-64 9.4.0 hd854feb_12 conda-forge
libstdcxx-ng 11.2.0 he4da1e4_12 conda-forge
libtiff 4.3.0 hf544144_1 conda-forge
libuuid 2.32.1 h7f98852_1000 conda-forge
libuv 1.42.0 h7f98852_0 conda-forge
libvorbis 1.3.7 h9c3ff4c_0 conda-forge
libwebp-base 1.2.1 h7f98852_0 conda-forge
libxcb 1.13 h7f98852_1004 conda-forge
libxkbcommon 1.0.3 he3ba5ed_0 conda-forge
libxml2 2.9.12 h72842e0_0 conda-forge
libxslt 1.1.33 h15afd5d_2 conda-forge
libzlib 1.2.11 h36c2ea0_1013 conda-forge
llvmlite 0.36.0 py38h4630a5e_0 conda-forge
lockfile 0.12.2 py_1 conda-forge
lxml 4.6.4 py38hf1fe3a4_0 conda-forge
lz4 3.1.3 py38hebdc3cf_1 conda-forge
lz4-c 1.9.3 h9c3ff4c_1 conda-forge
mafft 7.490 h779adbc_0 bioconda
make 4.3 hd18ef5c_1 conda-forge
markupsafe 2.0.1 py38h497a2fe_1 conda-forge
matplotlib 3.5.0 py38h578d9bd_0 conda-forge
matplotlib-base 3.5.0 py38hf4fb855_0 conda-forge
matplotlib-inline 0.1.3 pyhd8ed1ab_0 conda-forge
mistune 0.8.4 py38h497a2fe_1005 conda-forge
more-itertools 8.11.0 pyhd8ed1ab_0 conda-forge
msgpack-python 1.0.2 py38h1fd1430_2 conda-forge
munkres 1.1.4 pyh9f0ad1d_0 conda-forge
mysql-common 8.0.27 ha770c72_3 conda-forge
mysql-libs 8.0.27 hfa10184_3 conda-forge
natsort 8.0.0 pyhd8ed1ab_0 conda-forge
nbclient 0.5.9 pyhd8ed1ab_0 conda-forge
nbconvert 6.3.0 py38h578d9bd_1 conda-forge
nbformat 5.1.3 pyhd8ed1ab_0 conda-forge
ncurses 6.2 h58526e2_4 conda-forge
nest-asyncio 1.5.1 pyhd8ed1ab_0 conda-forge
networkx 2.6.3 pyhd8ed1ab_1 conda-forge
nodejs 16.12.0 h92b4a50_0 conda-forge
nose 1.3.7 py_1006 conda-forge
notebook 6.4.6 pyha770c72_0 conda-forge
nspr 4.32 h9c3ff4c_1 conda-forge
nss 3.72 hb5efdd6_0 conda-forge
numba 0.53.1 py38h8b71fd7_1 conda-forge
numpy 1.21.4 py38he2449b9_0 conda-forge
olefile 0.46 pyh9f0ad1d_1 conda-forge
oniguruma 6.9.7.1 h7f98852_0 conda-forge
openjdk 11.0.1 h516909a_1016 conda-forge
openjpeg 2.4.0 hb52868f_1 conda-forge
openssl 1.1.1l h7f98852_0 conda-forge
packaging 21.3 pyhd8ed1ab_0 conda-forge
pandas 1.2.5 py38h1abd341_0 conda-forge
pandoc 2.16.2 h7f98852_0 conda-forge
pandocfilters 1.5.0 pyhd8ed1ab_0 conda-forge
pango 1.48.10 h54213e6_2 conda-forge
parso 0.8.2 pyhd8ed1ab_0 conda-forge
patsy 0.5.2 pyhd8ed1ab_0 conda-forge
pbzip2 1.1.13 0 conda-forge
pcre 8.45 h9c3ff4c_0 conda-forge
pcre2 10.37 h032f7d1_0 conda-forge
perl 5.26.2 h36c2ea0_1008 conda-forge
perl-archive-tar 2.18 pl526_3 bioconda
perl-carp 1.38 pl526_3 bioconda
perl-common-sense 3.74 pl526_2 bioconda
perl-compress-raw-bzip2 2.087 pl526he1b5a44_0 bioconda
perl-compress-raw-zlib 2.087 pl526hc9558a2_0 bioconda
perl-exporter 5.72 pl526_1 bioconda
perl-exporter-tiny 1.002001 pl526_0 bioconda
perl-extutils-makemaker 7.36 pl526_1 bioconda
perl-io-compress 2.087 pl526he1b5a44_0 bioconda
perl-io-zlib 1.10 pl526_2 bioconda
perl-json 4.02 pl526_0 bioconda
perl-json-xs 2.34 pl526h6bb024c_3 bioconda
perl-list-moreutils 0.413 1 bioconda
perl-pathtools 3.75 pl526h14c3975_1 bioconda
perl-scalar-list-utils 1.52 pl526h516909a_0 bioconda
perl-threaded 5.26.0 0 bioconda
perl-types-serialiser 1.0 pl526_2 bioconda
pexpect 4.8.0 pyh9f0ad1d_2 conda-forge
pickleshare 0.7.5 py_1003 conda-forge
pigz 2.6 h27826a3_0 conda-forge
pillow 8.4.0 py38h8e6f84c_0 conda-forge
pip 21.3.1 pyhd8ed1ab_0 conda-forge
pixman 0.40.0 h36c2ea0_0 conda-forge
pluggy 1.0.0 py38h578d9bd_2 conda-forge
prometheus_client 0.12.0 pyhd8ed1ab_0 conda-forge
prompt-toolkit 3.0.22 pyha770c72_0 conda-forge
psutil 5.8.0 py38h497a2fe_2 conda-forge
pthread-stubs 0.4 h36c2ea0_1001 conda-forge
ptyprocess 0.7.0 pyhd3deb0d_0 conda-forge
py 1.11.0 pyh6c4a22f_0 conda-forge
pycparser 2.21 pyhd8ed1ab_0 conda-forge
pygments 2.10.0 pyhd8ed1ab_0 conda-forge
pynndescent 0.5.5 pyh6c4a22f_0 conda-forge
pyopenssl 21.0.0 pyhd8ed1ab_0 conda-forge
pyparsing 3.0.6 pyhd8ed1ab_0 conda-forge
pyqt 5.12.3 py38h578d9bd_8 conda-forge
pyqt-impl 5.12.3 py38h0ffb2e6_8 conda-forge
pyqt5-sip 4.19.18 py38h709712a_8 conda-forge
pyqtchart 5.12 py38h7400c14_8 conda-forge
pyqtwebengine 5.12.1 py38h7400c14_8 conda-forge
pyrsistent 0.18.0 py38h497a2fe_0 conda-forge
pysocks 1.7.1 py38h578d9bd_4 conda-forge
pytest 6.2.5 py38h578d9bd_2 conda-forge
python 3.8.12 hb7a2778_2_cpython conda-forge
python-dateutil 2.8.2 pyhd8ed1ab_0 conda-forge
python-isal 0.11.1 py38h497a2fe_1 conda-forge
python_abi 3.8 2_cp38 conda-forge
pytz 2021.3 pyhd8ed1ab_0 conda-forge
pyyaml 6.0 py38h497a2fe_3 conda-forge
pyzmq 22.3.0 py38h2035c66_1 conda-forge
q2-alignment 2021.11.0 py38_0 qiime2/label/r2021.11
q2-composition 2021.11.0 py38_0 qiime2/label/r2021.11
q2-cutadapt 2021.11.0 py38_0 qiime2/label/r2021.11
q2-dada2 2021.11.0 py38_0 qiime2/label/r2021.11
q2-deblur 2021.11.0 py38_0 qiime2/label/r2021.11
q2-demux 2021.11.0 py38_0 qiime2/label/r2021.11
q2-diversity 2021.11.0 py38_0 qiime2/label/r2021.11
q2-diversity-lib 2021.11.0 py38_0 qiime2/label/r2021.11
q2-emperor 2021.11.0 py38_0 qiime2/label/r2021.11
q2-feature-classifier 2021.11.0 py38_0 qiime2/label/r2021.11
q2-feature-table 2021.11.0 py38_0 qiime2/label/r2021.11
q2-fragment-insertion 2021.11.0 py38_0 qiime2/label/r2021.11
q2-gneiss 2021.11.0 py38_0 qiime2/label/r2021.11
q2-longitudinal 2021.11.0 py38_0 qiime2/label/r2021.11
q2-metadata 2021.11.0 py38_0 qiime2/label/r2021.11
q2-mystery-stew 2021.11.0 py38_0 qiime2/label/r2021.11
q2-phylogeny 2021.11.0 py38_0 qiime2/label/r2021.11
q2-quality-control 2021.11.0 py38_0 qiime2/label/r2021.11
q2-quality-filter 2021.11.0 py38_0 qiime2/label/r2021.11
q2-sample-classifier 2021.11.0 py38_0 qiime2/label/r2021.11
q2-taxa 2021.11.0 py38_0 qiime2/label/r2021.11
q2-types 2021.11.0 py38_0 qiime2/label/r2021.11
q2-vsearch 2021.11.0 py38_0 qiime2/label/r2021.11
q2cli 2021.11.0 py38_0 qiime2/label/r2021.11
q2galaxy 2021.11.0 py38_0 qiime2/label/r2021.11
q2templates 2021.11.0 py38_0 qiime2/label/r2021.11
qiime2 2021.11.0 py38_0 qiime2/label/r2021.11
qt 5.12.9 hda022c4_4 conda-forge
r-assertthat 0.2.1 r40hc72bb7e_2 conda-forge
r-backports 1.3.0 r40hcfec24a_0 conda-forge
r-base 4.0.5 hb93adac_3 conda-forge
r-bh 1.75.0_0 r40hc72bb7e_0 conda-forge
r-bitops 1.0_7 r40hcfec24a_0 conda-forge
r-brio 1.1.2 r40hcfec24a_0 conda-forge
r-callr 3.7.0 r40hc72bb7e_0 conda-forge
r-cli 3.1.0 r40h03ef668_0 conda-forge
r-cluster 2.1.2 r40h859d828_0 conda-forge
r-colorspace 2.0_2 r40hcfec24a_0 conda-forge
r-crayon 1.4.2 r40hc72bb7e_0 conda-forge
r-desc 1.4.0 r40hc72bb7e_0 conda-forge
r-diffobj 0.3.5 r40hcfec24a_0 conda-forge
r-digest 0.6.28 r40h03ef668_0 conda-forge
r-ellipsis 0.3.2 r40hcfec24a_0 conda-forge
r-evaluate 0.14 r40hc72bb7e_2 conda-forge
r-fansi 0.5.0 r40hcfec24a_0 conda-forge
r-farver 2.1.0 r40h03ef668_0 conda-forge
r-formatr 1.11 r40hc72bb7e_0 conda-forge
r-futile.logger 1.4.3 r40hc72bb7e_1003 conda-forge
r-futile.options 1.0.1 r40hc72bb7e_1002 conda-forge
r-ggplot2 3.3.5 r40hc72bb7e_0 conda-forge
r-glue 1.5.0 r40hcfec24a_0 conda-forge
r-gtable 0.3.0 r40hc72bb7e_3 conda-forge
r-hwriter 1.3.2 r40hc72bb7e_1003 conda-forge
r-isoband 0.2.5 r40h03ef668_0 conda-forge
r-jpeg 0.1_9 r40hcfec24a_0 conda-forge
r-jsonlite 1.7.2 r40hcfec24a_0 conda-forge
r-labeling 0.4.2 r40hc72bb7e_1 conda-forge
r-lambda.r 1.2.4 r40hc72bb7e_1 conda-forge
r-lattice 0.20_45 r40hcfec24a_0 conda-forge
r-latticeextra 0.6_29 r40hc72bb7e_1 conda-forge
r-lifecycle 1.0.1 r40hc72bb7e_0 conda-forge
r-magrittr 2.0.1 r40hcfec24a_1 conda-forge
r-mass 7.3_54 r40hcfec24a_0 conda-forge
r-matrix 1.3_2 r40he454529_0 conda-forge
r-matrixstats 0.61.0 r40hcfec24a_0 conda-forge
r-mgcv 1.8_38 r40he454529_0 conda-forge
r-munsell 0.5.0 r40hc72bb7e_1004 conda-forge
r-nlme 3.1_153 r40h859d828_0 conda-forge
r-permute 0.9_5 r40h785f33e_3 conda-forge
r-pillar 1.6.4 r40hc72bb7e_0 conda-forge
r-pkgconfig 2.0.3 r40hc72bb7e_1 conda-forge
r-pkgload 1.2.3 r40h03ef668_0 conda-forge
r-plyr 1.8.6 r40h03ef668_1 conda-forge
r-png 0.1_7 r40hcfec24a_1004 conda-forge
r-praise 1.0.0 r40hc72bb7e_1005 conda-forge
r-processx 3.5.2 r40hcfec24a_0 conda-forge
r-ps 1.6.0 r40hcfec24a_0 conda-forge
r-r6 2.5.1 r40hc72bb7e_0 conda-forge
r-rcolorbrewer 1.1_2 r40h785f33e_1003 conda-forge
r-rcpp 1.0.7 r40h03ef668_0 conda-forge
r-rcppparallel 5.1.4 r40h03ef668_0 conda-forge
r-rcurl 1.98_1.5 r40hcfec24a_0 conda-forge
r-rematch2 2.1.2 r40hc72bb7e_1 conda-forge
r-reshape2 1.4.4 r40h03ef668_1 conda-forge
r-rlang 0.4.12 r40hcfec24a_0 conda-forge
r-rprojroot 2.0.2 r40hc72bb7e_0 conda-forge
r-rstudioapi 0.13 r40hc72bb7e_0 conda-forge
r-scales 1.1.1 r40hc72bb7e_0 conda-forge
r-snow 0.4_4 r40hc72bb7e_0 conda-forge
r-stringi 1.7.5 r40hcabe038_0 conda-forge
r-stringr 1.4.0 r40hc72bb7e_2 conda-forge
r-testthat 3.1.0 r40h03ef668_0 conda-forge
r-tibble 3.1.6 r40hcfec24a_0 conda-forge
r-utf8 1.2.2 r40hcfec24a_0 conda-forge
r-vctrs 0.3.8 r40hcfec24a_1 conda-forge
r-vegan 2.5_7 r40h52d45c5_0 conda-forge
r-viridislite 0.4.0 r40hc72bb7e_0 conda-forge
r-waldo 0.3.1 r40hc72bb7e_0 conda-forge
r-withr 2.4.2 r40hc72bb7e_0 conda-forge
raxml 8.2.12 h779adbc_3 bioconda
readline 8.1 h46c0cb4_0 conda-forge
requests 2.25.1 pyhd3deb0d_0 conda-forge
samtools 1.14 hb421002_0 bioconda
scikit-bio 0.5.6 py38h0b5ebd8_4 conda-forge
scikit-learn 0.24.1 py38h658cfdd_0 conda-forge
scipy 1.7.2 py38h56a6a73_0 conda-forge
seaborn 0.11.2 hd8ed1ab_0 conda-forge
seaborn-base 0.11.2 pyhd8ed1ab_0 conda-forge
sed 4.8 he412f7d_0 conda-forge
send2trash 1.8.0 pyhd8ed1ab_0 conda-forge
sepp 4.3.10 py38h3252c3a_2 bioconda
setuptools 59.2.0 py38h578d9bd_0 conda-forge
six 1.16.0 pyh6c4a22f_0 conda-forge
sortmerna 2.0 he860b03_4 bioconda
sqlite 3.36.0 h9cd32fc_2 conda-forge
statsmodels 0.13.1 py38h6c62de6_0 conda-forge
sysroot_linux-64 2.12 he073ed8_15 conda-forge
tbb 2020.2 h4bd325d_4 conda-forge
terminado 0.12.1 py38h578d9bd_1 conda-forge
testpath 0.5.0 pyhd8ed1ab_0 conda-forge
threadpoolctl 3.0.0 pyh8a188c0_0 conda-forge
tk 8.6.11 h27826a3_1 conda-forge
tktable 2.10 hb7b940f_3 conda-forge
toml 0.10.2 pyhd8ed1ab_0 conda-forge
tornado 6.1 py38h497a2fe_2 conda-forge
tqdm 4.62.3 pyhd8ed1ab_0 conda-forge
traitlets 5.1.1 pyhd8ed1ab_0 conda-forge
typing_extensions 4.0.0 pyha770c72_0 conda-forge
tzlocal 2.1 pyh9f0ad1d_0 conda-forge
umap-learn 0.5.2 py38h578d9bd_1 conda-forge
unicodedata2 13.0.0.post2 py38h497a2fe_4 conda-forge
unifrac 0.20.2 py38hc37a69a_1 bioconda
urllib3 1.26.7 pyhd8ed1ab_0 conda-forge
vsearch 2.7.0 1 bioconda
wcwidth 0.2.5 pyh9f0ad1d_2 conda-forge
webencodings 0.5.1 py_1 conda-forge
wheel 0.37.0 pyhd8ed1ab_1 conda-forge
widgetsnbextension 3.5.2 py38h578d9bd_1 conda-forge
xmltodict 0.12.0 py_0 conda-forge
xopen 1.2.1 py38h578d9bd_1 conda-forge
xorg-kbproto 1.0.7 h7f98852_1002 conda-forge
xorg-libice 1.0.10 h7f98852_0 conda-forge
xorg-libsm 1.2.3 hd9c2040_1000 conda-forge
xorg-libx11 1.7.2 h7f98852_0 conda-forge
xorg-libxau 1.0.9 h7f98852_0 conda-forge
xorg-libxdmcp 1.1.3 h7f98852_0 conda-forge
xorg-libxext 1.3.4 h7f98852_1 conda-forge
xorg-libxrender 0.9.10 h7f98852_1003 conda-forge
xorg-libxt 1.2.1 h7f98852_2 conda-forge
xorg-renderproto 0.11.1 h7f98852_1002 conda-forge
xorg-xextproto 7.3.0 h7f98852_1002 conda-forge
xorg-xproto 7.0.31 h7f98852_1007 conda-forge
xz 5.2.5 h516909a_1 conda-forge
yaml 0.2.5 h7f98852_2 conda-forge
yq 2.12.2 pyhd8ed1ab_0 conda-forge
zeromq 4.3.4 h9c3ff4c_1 conda-forge
zipp 3.6.0 pyhd8ed1ab_0 conda-forge
zlib 1.2.11 h36c2ea0_1013 conda-forge
zstd 1.5.0 ha95c52a_0 conda-forge

and this is the result from conda list -n qiime2-2021.11 --revisions

2022-02-03 16:44:10 (rev 0)
+_libgcc_mutex-0.1 (conda-forge/linux-64)
+_openmp_mutex-4.5 (conda-forge/linux-64)
+_r-mutex-1.0.1 (conda-forge/noarch)
+alsa-lib-1.2.3 (conda-forge/linux-64)
+argcomplete-1.12.3 (conda-forge/noarch)
+argon2-cffi-21.1.0 (conda-forge/linux-64)
+async_generator-1.10 (conda-forge/noarch)
+attrs-21.2.0 (conda-forge/noarch)
+backcall-0.2.0 (conda-forge/noarch)
+backports-1.0 (conda-forge/noarch)
+backports.functools_lru_cache-1.6.4 (conda-forge/noarch)
+bibtexparser-1.1.0 (conda-forge/noarch)
+binutils_impl_linux-64-2.36.1 (conda-forge/linux-64)
+binutils_linux-64-2.36 (conda-forge/linux-64)
+bioconductor-biobase-2.50.0 (bioconda/linux-64)
+bioconductor-biocgenerics-0.36.0 (bioconda/noarch)
+bioconductor-biocparallel-1.24.1 (bioconda/linux-64)
+bioconductor-biostrings-2.58.0 (bioconda/linux-64)
+bioconductor-dada2-1.18.0 (bioconda/linux-64)
+bioconductor-delayedarray-0.16.3 (bioconda/linux-64)
+bioconductor-genomeinfodb-1.26.4 (bioconda/noarch)
+bioconductor-genomeinfodbdata-1.2.4 (bioconda/noarch)
+bioconductor-genomicalignments-1.26.0 (bioconda/linux-64)
+bioconductor-genomicranges-1.42.0 (bioconda/linux-64)
+bioconductor-iranges-2.24.1 (bioconda/linux-64)
+bioconductor-matrixgenerics-1.2.1 (bioconda/noarch)
+bioconductor-rhtslib-1.22.0 (bioconda/linux-64)
+bioconductor-rsamtools-2.6.0 (bioconda/linux-64)
+bioconductor-s4vectors-0.28.1 (bioconda/linux-64)
+bioconductor-shortread-1.48.0 (bioconda/linux-64)
+bioconductor-summarizedexperiment-1.20.0 (bioconda/noarch)
+bioconductor-xvector-0.30.0 (bioconda/linux-64)
+bioconductor-zlibbioc-1.36.0 (bioconda/linux-64)
+biom-format-2.1.10 (conda-forge/linux-64)
+blast-2.12.0 (bioconda/linux-64)
+bleach-4.1.0 (conda-forge/noarch)
+bokeh-2.4.2 (conda-forge/linux-64)
+bowtie2-2.4.2 (bioconda/linux-64)
+brotli-1.0.9 (conda-forge/linux-64)
+brotli-bin-1.0.9 (conda-forge/linux-64)
+brotlipy-0.7.0 (conda-forge/linux-64)
+bwidget-1.9.14 (conda-forge/linux-64)
+bzip2-1.0.8 (conda-forge/linux-64)
+c-ares-1.18.1 (conda-forge/linux-64)
+ca-certificates-2021.10.8 (conda-forge/linux-64)
+cachecontrol-0.12.10 (conda-forge/noarch)
+cached-property-1.5.2 (conda-forge/noarch)
+cached_property-1.5.2 (conda-forge/noarch)
+cairo-1.16.0 (conda-forge/linux-64)
+certifi-2021.10.8 (conda-forge/linux-64)
+cffi-1.15.0 (conda-forge/linux-64)
+chardet-4.0.0 (conda-forge/linux-64)
+click-7.1.2 (conda-forge/noarch)
+colorama-0.4.4 (conda-forge/noarch)
+cryptography-35.0.0 (conda-forge/linux-64)
+curl-7.80.0 (conda-forge/linux-64)
+cutadapt-3.5 (bioconda/linux-64)
+cycler-0.11.0 (conda-forge/noarch)
+cython-0.29.24 (conda-forge/linux-64)
+dbus-1.13.6 (conda-forge/linux-64)
+deblur-1.1.0 (bioconda/noarch)
+debugpy-1.5.1 (conda-forge/linux-64)
+decorator-4.4.2 (conda-forge/noarch)
+defusedxml-0.7.1 (conda-forge/noarch)
+dendropy-4.5.2 (bioconda/noarch)
+dill-0.3.4 (conda-forge/noarch)
+dnaio-0.6.0 (bioconda/linux-64)
+emperor-1.0.3 (conda-forge/linux-64)
+entrez-direct-16.2 (bioconda/linux-64)
+entrypoints-0.3 (conda-forge/noarch)
+expat-2.4.1 (conda-forge/linux-64)
+fastcluster-1.1.26 (conda-forge/linux-64)
+fasttree-2.1.10 (bioconda/linux-64)
+font-ttf-dejavu-sans-mono-2.37 (conda-forge/noarch)
+font-ttf-inconsolata-3.000 (conda-forge/noarch)
+font-ttf-source-code-pro-2.038 (conda-forge/noarch)
+font-ttf-ubuntu-0.83 (conda-forge/noarch)
+fontconfig-2.13.1 (conda-forge/linux-64)
+fonts-conda-ecosystem-1 (conda-forge/noarch)
+fonts-conda-forge-1 (conda-forge/noarch)
+fonttools-4.28.1 (conda-forge/linux-64)
+freetype-2.10.4 (conda-forge/linux-64)
+fribidi-1.0.10 (conda-forge/linux-64)
+future-0.18.2 (conda-forge/linux-64)
+gcc_impl_linux-64-9.4.0 (conda-forge/linux-64)
+gcc_linux-64-9.4.0 (conda-forge/linux-64)
+gettext-0.19.8.1 (conda-forge/linux-64)
+gfortran_impl_linux-64-9.4.0 (conda-forge/linux-64)
+gfortran_linux-64-9.4.0 (conda-forge/linux-64)
+glib-2.70.1 (conda-forge/linux-64)
+glib-tools-2.70.1 (conda-forge/linux-64)
+gneiss-0.4.6 (bioconda/noarch)
+graphite2-1.3.13 (conda-forge/linux-64)
+gsl-2.7 (conda-forge/linux-64)
+gst-plugins-base-1.18.5 (conda-forge/linux-64)
+gstreamer-1.18.5 (conda-forge/linux-64)
+gxx_impl_linux-64-9.4.0 (conda-forge/linux-64)
+gxx_linux-64-9.4.0 (conda-forge/linux-64)
+h5py-3.3.0 (conda-forge/linux-64)
+harfbuzz-3.1.1 (conda-forge/linux-64)
+hdf5-1.10.6 (conda-forge/linux-64)
+hdmedians-0.14.2 (conda-forge/linux-64)
+hmmer-3.1b2 (bioconda/linux-64)
+htslib-1.14 (bioconda/linux-64)
+icu-68.2 (conda-forge/linux-64)
+idna-2.10 (conda-forge/noarch)
+ijson-3.1.3 (conda-forge/noarch)
+importlib-metadata-4.8.2 (conda-forge/linux-64)
+importlib_metadata-4.8.2 (conda-forge/noarch)
+importlib_resources-5.4.0 (conda-forge/noarch)
+iniconfig-1.1.1 (conda-forge/noarch)
+ipykernel-6.5.0 (conda-forge/linux-64)
+ipython-7.29.0 (conda-forge/linux-64)
+ipython_genutils-0.2.0 (conda-forge/noarch)
+ipywidgets-7.6.5 (conda-forge/noarch)
+iqtree-2.1.4_beta (bioconda/linux-64)
+isa-l-2.30.0 (conda-forge/linux-64)
+jbig-2.1 (conda-forge/linux-64)
+jedi-0.18.1 (conda-forge/linux-64)
+jinja2-3.0.3 (conda-forge/noarch)
+joblib-1.1.0 (conda-forge/noarch)
+jpeg-9d (conda-forge/linux-64)
+jq-1.6 (conda-forge/linux-64)
+jsonschema-4.2.1 (conda-forge/noarch)
+jupyter_client-7.1.0 (conda-forge/noarch)
+jupyter_core-4.9.1 (conda-forge/linux-64)
+jupyterlab_pygments-0.1.2 (conda-forge/noarch)
+jupyterlab_widgets-1.0.2 (conda-forge/noarch)
+kernel-headers_linux-64-2.6.32 (conda-forge/noarch)
+kiwisolver-1.3.2 (conda-forge/linux-64)
+krb5-1.19.2 (conda-forge/linux-64)
+lcms2-2.12 (conda-forge/linux-64)
+ld_impl_linux-64-2.36.1 (conda-forge/linux-64)
+lerc-2.2.1 (conda-forge/linux-64)
+libblas-3.9.0 (conda-forge/linux-64)
+libbrotlicommon-1.0.9 (conda-forge/linux-64)
+libbrotlidec-1.0.9 (conda-forge/linux-64)
+libbrotlienc-1.0.9 (conda-forge/linux-64)
+libcblas-3.9.0 (conda-forge/linux-64)
+libclang-11.1.0 (conda-forge/linux-64)
+libcurl-7.80.0 (conda-forge/linux-64)
+libdeflate-1.7 (conda-forge/linux-64)
+libedit-3.1.20191231 (conda-forge/linux-64)
+libev-4.33 (conda-forge/linux-64)
+libevent-2.1.10 (conda-forge/linux-64)
+libffi-3.4.2 (conda-forge/linux-64)
+libgcc-7.2.0 (conda-forge/linux-64)
+libgcc-devel_linux-64-9.4.0 (conda-forge/linux-64)
+libgcc-ng-11.2.0 (conda-forge/linux-64)
+libgfortran-ng-11.2.0 (conda-forge/linux-64)
+libgfortran5-11.2.0 (conda-forge/linux-64)
+libglib-2.70.1 (conda-forge/linux-64)
+libgomp-11.2.0 (conda-forge/linux-64)
+libiconv-1.16 (conda-forge/linux-64)
+liblapack-3.9.0 (conda-forge/linux-64)
+libllvm10-10.0.1 (conda-forge/linux-64)
+libllvm11-11.1.0 (conda-forge/linux-64)
+libnghttp2-1.43.0 (conda-forge/linux-64)
+libnsl-2.0.0 (conda-forge/linux-64)
+libogg-1.3.4 (conda-forge/linux-64)
+libopenblas-0.3.18 (conda-forge/linux-64)
+libopus-1.3.1 (conda-forge/linux-64)
+libpng-1.6.37 (conda-forge/linux-64)
+libpq-13.5 (conda-forge/linux-64)
+libsanitizer-9.4.0 (conda-forge/linux-64)
+libsodium-1.0.18 (conda-forge/linux-64)
+libssh2-1.10.0 (conda-forge/linux-64)
+libstdcxx-devel_linux-64-9.4.0 (conda-forge/linux-64)
+libstdcxx-ng-11.2.0 (conda-forge/linux-64)
+libtiff-4.3.0 (conda-forge/linux-64)
+libuuid-2.32.1 (conda-forge/linux-64)
+libuv-1.42.0 (conda-forge/linux-64)
+libvorbis-1.3.7 (conda-forge/linux-64)
+libwebp-base-1.2.1 (conda-forge/linux-64)
+libxcb-1.13 (conda-forge/linux-64)
+libxkbcommon-1.0.3 (conda-forge/linux-64)
+libxml2-2.9.12 (conda-forge/linux-64)
+libxslt-1.1.33 (conda-forge/linux-64)
+libzlib-1.2.11 (conda-forge/linux-64)
+llvmlite-0.36.0 (conda-forge/linux-64)
+lockfile-0.12.2 (conda-forge/noarch)
+lxml-4.6.4 (conda-forge/linux-64)
+lz4-3.1.3 (conda-forge/linux-64)
+lz4-c-1.9.3 (conda-forge/linux-64)
+mafft-7.490 (bioconda/linux-64)
+make-4.3 (conda-forge/linux-64)
+markupsafe-2.0.1 (conda-forge/linux-64)
+matplotlib-3.5.0 (conda-forge/linux-64)
+matplotlib-base-3.5.0 (conda-forge/linux-64)
+matplotlib-inline-0.1.3 (conda-forge/noarch)
+mistune-0.8.4 (conda-forge/linux-64)
+more-itertools-8.11.0 (conda-forge/noarch)
+msgpack-python-1.0.2 (conda-forge/linux-64)
+munkres-1.1.4 (conda-forge/noarch)
+mysql-common-8.0.27 (conda-forge/linux-64)
+mysql-libs-8.0.27 (conda-forge/linux-64)
+natsort-8.0.0 (conda-forge/noarch)
+nbclient-0.5.9 (conda-forge/noarch)
+nbconvert-6.3.0 (conda-forge/linux-64)
+nbformat-5.1.3 (conda-forge/noarch)
+ncurses-6.2 (conda-forge/linux-64)
+nest-asyncio-1.5.1 (conda-forge/noarch)
+networkx-2.6.3 (conda-forge/noarch)
+nodejs-16.12.0 (conda-forge/linux-64)
+nose-1.3.7 (conda-forge/noarch)
+notebook-6.4.6 (conda-forge/noarch)
+nspr-4.32 (conda-forge/linux-64)
+nss-3.72 (conda-forge/linux-64)
+numba-0.53.1 (conda-forge/linux-64)
+numpy-1.21.4 (conda-forge/linux-64)
+olefile-0.46 (conda-forge/noarch)
+oniguruma-6.9.7.1 (conda-forge/linux-64)
+openjdk-11.0.1 (conda-forge/linux-64)
+openjpeg-2.4.0 (conda-forge/linux-64)
+openssl-1.1.1l (conda-forge/linux-64)
+packaging-21.3 (conda-forge/noarch)
+pandas-1.2.5 (conda-forge/linux-64)
+pandoc-2.16.2 (conda-forge/linux-64)
+pandocfilters-1.5.0 (conda-forge/noarch)
+pango-1.48.10 (conda-forge/linux-64)
+parso-0.8.2 (conda-forge/noarch)
+patsy-0.5.2 (conda-forge/noarch)
+pbzip2-1.1.13 (conda-forge/linux-64)
+pcre-8.45 (conda-forge/linux-64)
+pcre2-10.37 (conda-forge/linux-64)
+perl-5.26.2 (conda-forge/linux-64)
+perl-archive-tar-2.18 (bioconda/linux-64)
+perl-carp-1.38 (bioconda/linux-64)
+perl-common-sense-3.74 (bioconda/linux-64)
+perl-compress-raw-bzip2-2.087 (bioconda/linux-64)
+perl-compress-raw-zlib-2.087 (bioconda/linux-64)
+perl-exporter-5.72 (bioconda/linux-64)
+perl-exporter-tiny-1.002001 (bioconda/linux-64)
+perl-extutils-makemaker-7.36 (bioconda/linux-64)
+perl-io-compress-2.087 (bioconda/linux-64)
+perl-io-zlib-1.10 (bioconda/linux-64)
+perl-json-4.02 (bioconda/linux-64)
+perl-json-xs-2.34 (bioconda/linux-64)
+perl-list-moreutils-0.413 (bioconda/linux-64)
+perl-pathtools-3.75 (bioconda/linux-64)
+perl-scalar-list-utils-1.52 (bioconda/linux-64)
+perl-threaded-5.26.0 (bioconda/linux-64)
+perl-types-serialiser-1.0 (bioconda/linux-64)
+pexpect-4.8.0 (conda-forge/noarch)
+pickleshare-0.7.5 (conda-forge/noarch)
+pigz-2.6 (conda-forge/linux-64)
+pillow-8.4.0 (conda-forge/linux-64)
+pip-21.3.1 (conda-forge/noarch)
+pixman-0.40.0 (conda-forge/linux-64)
+pluggy-1.0.0 (conda-forge/linux-64)
+prometheus_client-0.12.0 (conda-forge/noarch)
+prompt-toolkit-3.0.22 (conda-forge/noarch)
+psutil-5.8.0 (conda-forge/linux-64)
+pthread-stubs-0.4 (conda-forge/linux-64)
+ptyprocess-0.7.0 (conda-forge/noarch)
+py-1.11.0 (conda-forge/noarch)
+pycparser-2.21 (conda-forge/noarch)
+pygments-2.10.0 (conda-forge/noarch)
+pynndescent-0.5.5 (conda-forge/noarch)
+pyopenssl-21.0.0 (conda-forge/noarch)
+pyparsing-3.0.6 (conda-forge/noarch)
+pyqt-5.12.3 (conda-forge/linux-64)
+pyqt-impl-5.12.3 (conda-forge/linux-64)
+pyqt5-sip-4.19.18 (conda-forge/linux-64)
+pyqtchart-5.12 (conda-forge/linux-64)
+pyqtwebengine-5.12.1 (conda-forge/linux-64)
+pyrsistent-0.18.0 (conda-forge/linux-64)
+pysocks-1.7.1 (conda-forge/linux-64)
+pytest-6.2.5 (conda-forge/linux-64)
+python-3.8.12 (conda-forge/linux-64)
+python-dateutil-2.8.2 (conda-forge/noarch)
+python-isal-0.11.1 (conda-forge/linux-64)
+python_abi-3.8 (conda-forge/linux-64)
+pytz-2021.3 (conda-forge/noarch)
+pyyaml-6.0 (conda-forge/linux-64)
+pyzmq-22.3.0 (conda-forge/linux-64)
+q2-alignment-2021.11.0 (qiime2/label/r2021.11/linux-64)
+q2-composition-2021.11.0 (qiime2/label/r2021.11/linux-64)
+q2-cutadapt-2021.11.0 (qiime2/label/r2021.11/linux-64)
+q2-dada2-2021.11.0 (qiime2/label/r2021.11/linux-64)
+q2-deblur-2021.11.0 (qiime2/label/r2021.11/linux-64)
+q2-demux-2021.11.0 (qiime2/label/r2021.11/linux-64)
+q2-diversity-2021.11.0 (qiime2/label/r2021.11/linux-64)
+q2-diversity-lib-2021.11.0 (qiime2/label/r2021.11/linux-64)
+q2-emperor-2021.11.0 (qiime2/label/r2021.11/linux-64)
+q2-feature-classifier-2021.11.0 (qiime2/label/r2021.11/linux-64)
+q2-feature-table-2021.11.0 (qiime2/label/r2021.11/linux-64)
+q2-fragment-insertion-2021.11.0 (qiime2/label/r2021.11/linux-64)
+q2-gneiss-2021.11.0 (qiime2/label/r2021.11/linux-64)
+q2-longitudinal-2021.11.0 (qiime2/label/r2021.11/linux-64)
+q2-metadata-2021.11.0 (qiime2/label/r2021.11/linux-64)
+q2-mystery-stew-2021.11.0 (qiime2/label/r2021.11/linux-64)
+q2-phylogeny-2021.11.0 (qiime2/label/r2021.11/linux-64)
+q2-quality-control-2021.11.0 (qiime2/label/r2021.11/linux-64)
+q2-quality-filter-2021.11.0 (qiime2/label/r2021.11/linux-64)
+q2-sample-classifier-2021.11.0 (qiime2/label/r2021.11/linux-64)
+q2-taxa-2021.11.0 (qiime2/label/r2021.11/linux-64)
+q2-types-2021.11.0 (qiime2/label/r2021.11/linux-64)
+q2-vsearch-2021.11.0 (qiime2/label/r2021.11/linux-64)
+q2cli-2021.11.0 (qiime2/label/r2021.11/linux-64)
+q2galaxy-2021.11.0 (qiime2/label/r2021.11/linux-64)
+q2templates-2021.11.0 (qiime2/label/r2021.11/linux-64)
+qiime2-2021.11.0 (qiime2/label/r2021.11/linux-64)
+qt-5.12.9 (conda-forge/linux-64)
+r-assertthat-0.2.1 (conda-forge/noarch)
+r-backports-1.3.0 (conda-forge/linux-64)
+r-base-4.0.5 (conda-forge/linux-64)
+r-bh-1.75.0_0 (conda-forge/noarch)
+r-bitops-1.0_7 (conda-forge/linux-64)
+r-brio-1.1.2 (conda-forge/linux-64)
+r-callr-3.7.0 (conda-forge/noarch)
+r-cli-3.1.0 (conda-forge/linux-64)
+r-cluster-2.1.2 (conda-forge/linux-64)
+r-colorspace-2.0_2 (conda-forge/linux-64)
+r-crayon-1.4.2 (conda-forge/noarch)
+r-desc-1.4.0 (conda-forge/noarch)
+r-diffobj-0.3.5 (conda-forge/linux-64)
+r-digest-0.6.28 (conda-forge/linux-64)
+r-ellipsis-0.3.2 (conda-forge/linux-64)
+r-evaluate-0.14 (conda-forge/noarch)
+r-fansi-0.5.0 (conda-forge/linux-64)
+r-farver-2.1.0 (conda-forge/linux-64)
+r-formatr-1.11 (conda-forge/noarch)
+r-futile.logger-1.4.3 (conda-forge/noarch)
+r-futile.options-1.0.1 (conda-forge/noarch)
+r-ggplot2-3.3.5 (conda-forge/noarch)
+r-glue-1.5.0 (conda-forge/linux-64)
+r-gtable-0.3.0 (conda-forge/noarch)
+r-hwriter-1.3.2 (conda-forge/noarch)
+r-isoband-0.2.5 (conda-forge/linux-64)
+r-jpeg-0.1_9 (conda-forge/linux-64)
+r-jsonlite-1.7.2 (conda-forge/linux-64)
+r-labeling-0.4.2 (conda-forge/noarch)
+r-lambda.r-1.2.4 (conda-forge/noarch)
+r-lattice-0.20_45 (conda-forge/linux-64)
+r-latticeextra-0.6_29 (conda-forge/noarch)
+r-lifecycle-1.0.1 (conda-forge/noarch)
+r-magrittr-2.0.1 (conda-forge/linux-64)
+r-mass-7.3_54 (conda-forge/linux-64)
+r-matrix-1.3_2 (conda-forge/linux-64)
+r-matrixstats-0.61.0 (conda-forge/linux-64)
+r-mgcv-1.8_38 (conda-forge/linux-64)
+r-munsell-0.5.0 (conda-forge/noarch)
+r-nlme-3.1_153 (conda-forge/linux-64)
+r-permute-0.9_5 (conda-forge/noarch)
+r-pillar-1.6.4 (conda-forge/noarch)
+r-pkgconfig-2.0.3 (conda-forge/noarch)
+r-pkgload-1.2.3 (conda-forge/linux-64)
+r-plyr-1.8.6 (conda-forge/linux-64)
+r-png-0.1_7 (conda-forge/linux-64)
+r-praise-1.0.0 (conda-forge/noarch)
+r-processx-3.5.2 (conda-forge/linux-64)
+r-ps-1.6.0 (conda-forge/linux-64)
+r-r6-2.5.1 (conda-forge/noarch)
+r-rcolorbrewer-1.1_2 (conda-forge/noarch)
+r-rcpp-1.0.7 (conda-forge/linux-64)
+r-rcppparallel-5.1.4 (conda-forge/linux-64)
+r-rcurl-1.98_1.5 (conda-forge/linux-64)
+r-rematch2-2.1.2 (conda-forge/noarch)
+r-reshape2-1.4.4 (conda-forge/linux-64)
+r-rlang-0.4.12 (conda-forge/linux-64)
+r-rprojroot-2.0.2 (conda-forge/noarch)
+r-rstudioapi-0.13 (conda-forge/noarch)
+r-scales-1.1.1 (conda-forge/noarch)
+r-snow-0.4_4 (conda-forge/noarch)
+r-stringi-1.7.5 (conda-forge/linux-64)
+r-stringr-1.4.0 (conda-forge/noarch)
+r-testthat-3.1.0 (conda-forge/linux-64)
+r-tibble-3.1.6 (conda-forge/linux-64)
+r-utf8-1.2.2 (conda-forge/linux-64)
+r-vctrs-0.3.8 (conda-forge/linux-64)
+r-vegan-2.5_7 (conda-forge/linux-64)
+r-viridislite-0.4.0 (conda-forge/noarch)
+r-waldo-0.3.1 (conda-forge/noarch)
+r-withr-2.4.2 (conda-forge/noarch)
+raxml-8.2.12 (bioconda/linux-64)
+readline-8.1 (conda-forge/linux-64)
+requests-2.25.1 (conda-forge/noarch)
+samtools-1.14 (bioconda/linux-64)
+scikit-bio-0.5.6 (conda-forge/linux-64)
+scikit-learn-0.24.1 (conda-forge/linux-64)
+scipy-1.7.2 (conda-forge/linux-64)
+seaborn-0.11.2 (conda-forge/noarch)
+seaborn-base-0.11.2 (conda-forge/noarch)
+sed-4.8 (conda-forge/linux-64)
+send2trash-1.8.0 (conda-forge/noarch)
+sepp-4.3.10 (bioconda/linux-64)
+setuptools-59.2.0 (conda-forge/linux-64)
+six-1.16.0 (conda-forge/noarch)
+sortmerna-2.0 (bioconda/linux-64)
+sqlite-3.36.0 (conda-forge/linux-64)
+statsmodels-0.13.1 (conda-forge/linux-64)
+sysroot_linux-64-2.12 (conda-forge/noarch)
+tbb-2020.2 (conda-forge/linux-64)
+terminado-0.12.1 (conda-forge/linux-64)
+testpath-0.5.0 (conda-forge/noarch)
+threadpoolctl-3.0.0 (conda-forge/noarch)
+tk-8.6.11 (conda-forge/linux-64)
+tktable-2.10 (conda-forge/linux-64)
+toml-0.10.2 (conda-forge/noarch)
+tornado-6.1 (conda-forge/linux-64)
+tqdm-4.62.3 (conda-forge/noarch)
+traitlets-5.1.1 (conda-forge/noarch)
+typing_extensions-4.0.0 (conda-forge/noarch)
+tzlocal-2.1 (conda-forge/noarch)
+umap-learn-0.5.2 (conda-forge/linux-64)
+unicodedata2-13.0.0.post2 (conda-forge/linux-64)
+unifrac-0.20.2 (bioconda/linux-64)
+urllib3-1.26.7 (conda-forge/noarch)
+vsearch-2.7.0 (bioconda/linux-64)
+wcwidth-0.2.5 (conda-forge/noarch)
+webencodings-0.5.1 (conda-forge/noarch)
+wheel-0.37.0 (conda-forge/noarch)
+widgetsnbextension-3.5.2 (conda-forge/linux-64)
+xmltodict-0.12.0 (conda-forge/noarch)
+xopen-1.2.1 (conda-forge/linux-64)
+xorg-kbproto-1.0.7 (conda-forge/linux-64)
+xorg-libice-1.0.10 (conda-forge/linux-64)
+xorg-libsm-1.2.3 (conda-forge/linux-64)
+xorg-libx11-1.7.2 (conda-forge/linux-64)
+xorg-libxau-1.0.9 (conda-forge/linux-64)
+xorg-libxdmcp-1.1.3 (conda-forge/linux-64)
+xorg-libxext-1.3.4 (conda-forge/linux-64)
+xorg-libxrender-0.9.10 (conda-forge/linux-64)
+xorg-libxt-1.2.1 (conda-forge/linux-64)
+xorg-renderproto-0.11.1 (conda-forge/linux-64)
+xorg-xextproto-7.3.0 (conda-forge/linux-64)
+xorg-xproto-7.0.31 (conda-forge/linux-64)
+xz-5.2.5 (conda-forge/linux-64)
+yaml-0.2.5 (conda-forge/linux-64)
+yq-2.12.2 (conda-forge/noarch)
+zeromq-4.3.4 (conda-forge/linux-64)
+zipp-3.6.0 (conda-forge/noarch)
+zlib-1.2.11 (conda-forge/linux-64)
+zstd-1.5.0 (conda-forge/linux-64)

Thank you for your suggestion!

1 Like

Thanks for posting all of that.

I spoke with one of the Qiime devs, and they said it looked OK.

Did you discover the errors with R after installing something else into that AWS VM, or did you start getting error as soon as you finished the fresh Conda install of qiime2-2021.11?

This it still pretty spooky to me, as it's listed in your conda environment saying it's installed from bioconda:

:ghost: :thinking: :man_shrugging:

Let me know if you find any more clues or bugs that could help us understand this. If not, we can close this issue and wait for a future unlucky user to find it and help us investigate.

hi @colinbrislawn ,

Yes, I got the error directly after installing the QIIME2-2021 in my AWS Ubuntu environment. However, the one thing that make me little confuse is all QIIME2-2021 has the same error like this on my environment.

while I try to run this command on my unmodified QIIME2-2021:

conda list -n qiime2-2021.11

I also found the genomeinfodbdata is installed from bioconda, as you said previously.

However, maybe I will try to find out the error with fresh installed QIIME2-2021 version. Hopefully in 2022 version there is a improvement for this error.

Thank you for your help!

Thanks for helping troubleshoot this for future users.

Let me know what you find,
Colin :bird:

hi @colinbrislawn ,

I have run the QIIME2-2021.11 with only editing the ~/.profile using

export EDITOR=vim

and the issue is similar that I have faced previously, that there is no package called GenomeInfoDbData.

Anyway, hope it helps to QIIME2 developer to improve upcoming release!

1 Like

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