Hello,
I just encountered an issue while I was installing ALDEx2 package. I dowload th R package and then tried to install it under Qiime but I got this followinf issue:
conda install bioconductor-aldex2 -c defaults -c bioconda -c conda-forge
[
File “/home/villot/.conda/envs/qiime2-2019.4/lib/python3.6/site-packages/q2cli/commands.py”, line 75, in _plugin_lookup
import q2cli.core.cache
File “/home/villot/.conda/envs/qiime2-2019.4/lib/python3.6/site-packages/q2cli/core/cache.py”, line 400, in
CACHE = DeploymentCache()
File “/home/villot/.conda/envs/qiime2-2019.4/lib/python3.6/site-packages/q2cli/core/cache.py”, line 61, in init
self._state = self._get_cached_state(refresh=refresh)
File “/home/villot/.conda/envs/qiime2-2019.4/lib/python3.6/site-packages/q2cli/core/cache.py”, line 107, in _get_cached_state
self._cache_current_state(current_requirements)
File “/home/villot/.conda/envs/qiime2-2019.4/lib/python3.6/site-packages/q2cli/core/cache.py”, line 200, in _cache_current_state
state = self._get_current_state()
File “/home/villot/.conda/envs/qiime2-2019.4/lib/python3.6/site-packages/q2cli/core/cache.py”, line 238, in _get_current_state
plugin_manager = qiime2.sdk.PluginManager()
File “/home/villot/.conda/envs/qiime2-2019.4/lib/python3.6/site-packages/qiime2/sdk/plugin_manager.py”, line 44, in new
self._init()
File “/home/villot/.conda/envs/qiime2-2019.4/lib/python3.6/site-packages/qiime2/sdk/plugin_manager.py”, line 59, in _init
plugin = entry_point.load()
File “/home/villot/.conda/envs/qiime2-2019.4/lib/python3.6/site-packages/pkg_resources/init.py”, line 2434, in load
return self.resolve()
File “/home/villot/.conda/envs/qiime2-2019.4/lib/python3.6/site-packages/pkg_resources/init.py”, line 2440, in resolve
module = import(self.module_name, fromlist=[‘name’], level=0)
File “/home/villot/.conda/envs/qiime2-2019.4/lib/python3.6/site-packages/q2_aldex2/plugin_setup.py”, line 5, in
from q2_types.feature_data import FeatureData, Differential
ImportError: cannot import name ‘Differential’
With that, I can not load Qiime2 anymore since I git the same exact error message. I will appreciate if I can get a quick help.
@dgiguer, do you have an idea regarding this issue?
Thanks again
Cheers,
Clothilde