QIIME is caching your current deployment for improved performance. This may take a few moments and should only happen once per deployment.
Traceback (most recent call last):
File "/shared/team/conda/danielrlewis.streptomyces/qiime2/lib/python3.8/site-packages/q2cli/util.py", line 266, in get_plugin_manager
return qiime2.sdk.PluginManager.reuse_existing()
File "/shared/team/conda/danielrlewis.streptomyces/qiime2/lib/python3.8/site-packages/qiime2/sdk/plugin_manager.py", line 58, in reuse_existing
raise UninitializedPluginManagerError
qiime2.sdk.plugin_manager.UninitializedPluginManagerError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/shared/team/conda/danielrlewis.streptomyces/qiime2/bin/qiime", line 11, in
sys.exit(qiime())
File "/shared/team/conda/danielrlewis.streptomyces/qiime2/lib/python3.8/site-packages/click/core.py", line 1157, in call
return self.main(*args, **kwargs)
File "/shared/team/conda/danielrlewis.streptomyces/qiime2/lib/python3.8/site-packages/click/core.py", line 1077, in main
with self.make_context(prog_name, args, **extra) as ctx:
File "/shared/team/conda/danielrlewis.streptomyces/qiime2/lib/python3.8/site-packages/click/core.py", line 943, in make_context
self.parse_args(ctx, args)
File "/shared/team/conda/danielrlewis.streptomyces/qiime2/lib/python3.8/site-packages/q2cli/click/command.py", line 43, in parse_args
return super().parse_args(ctx, args)
File "/shared/team/conda/danielrlewis.streptomyces/qiime2/lib/python3.8/site-packages/click/core.py", line 1641, in parse_args
echo(ctx.get_help(), color=ctx.color)
File "/shared/team/conda/danielrlewis.streptomyces/qiime2/lib/python3.8/site-packages/click/core.py", line 704, in get_help
return self.command.get_help(self)
File "/shared/team/conda/danielrlewis.streptomyces/qiime2/lib/python3.8/site-packages/click/core.py", line 1325, in get_help
self.format_help(ctx, formatter)
File "/shared/team/conda/danielrlewis.streptomyces/qiime2/lib/python3.8/site-packages/click/core.py", line 1358, in format_help
self.format_options(ctx, formatter)
File "/shared/team/conda/danielrlewis.streptomyces/qiime2/lib/python3.8/site-packages/q2cli/click/command.py", line 157, in format_options
for subcommand in self.list_commands(ctx):
File "/shared/team/conda/danielrlewis.streptomyces/qiime2/lib/python3.8/site-packages/q2cli/commands.py", line 92, in list_commands
plugins = sorted(self._plugin_lookup)
File "/shared/team/conda/danielrlewis.streptomyces/qiime2/lib/python3.8/site-packages/q2cli/commands.py", line 76, in _plugin_lookup
import q2cli.core.cache
File "/shared/team/conda/danielrlewis.streptomyces/qiime2/lib/python3.8/site-packages/q2cli/core/cache.py", line 285, in
CACHE = DeploymentCache()
File "/shared/team/conda/danielrlewis.streptomyces/qiime2/lib/python3.8/site-packages/q2cli/core/cache.py", line 61, in init
self._state = self._get_cached_state(refresh=refresh)
File "/shared/team/conda/danielrlewis.streptomyces/qiime2/lib/python3.8/site-packages/q2cli/core/cache.py", line 107, in _get_cached_state
self._cache_current_state(current_requirements)
File "/shared/team/conda/danielrlewis.streptomyces/qiime2/lib/python3.8/site-packages/q2cli/core/cache.py", line 205, in _cache_current_state
state = self._get_current_state()
File "/shared/team/conda/danielrlewis.streptomyces/qiime2/lib/python3.8/site-packages/q2cli/core/cache.py", line 253, in _get_current_state
plugin_manager = q2cli.util.get_plugin_manager()
File "/shared/team/conda/danielrlewis.streptomyces/qiime2/lib/python3.8/site-packages/q2cli/util.py", line 278, in get_plugin_manager
return qiime2.sdk.PluginManager()
File "/shared/team/conda/danielrlewis.streptomyces/qiime2/lib/python3.8/site-packages/qiime2/sdk/plugin_manager.py", line 67, in new
self._init(add_plugins=add_plugins)
File "/shared/team/conda/danielrlewis.streptomyces/qiime2/lib/python3.8/site-packages/qiime2/sdk/plugin_manager.py", line 105, in _init
plugin = entry_point.load()
File "/shared/team/conda/danielrlewis.streptomyces/qiime2/lib/python3.8/site-packages/pkg_resources/init.py", line 2518, in load
return self.resolve()
File "/shared/team/conda/danielrlewis.streptomyces/qiime2/lib/python3.8/site-packages/pkg_resources/init.py", line 2524, in resolve
module = import(self.module_name, fromlist=['name'], level=0)
File "/shared/team/conda/danielrlewis.streptomyces/qiime2/lib/python3.8/site-packages/rescript/plugin_setup.py", line 11, in
from q2_types.genome_data import GenomeData, Loci, Proteins
ModuleNotFoundError: No module named 'q2_types.genome_data'