Hi all
I installed humann2 on our cluster.
Briefly, I created a conda environment with python 2.7
and activate this environment and then install with "python setup.py install --prefix /account/mkim/Software/humann2_installation
I don't think I can use the pip install --user option for this cluster, because it cannot be run unless it is installed under /account/mkim/
While bowtie2 and diamond print help message after the installation, humann2 creates the following error messages
Traceback (most recent call last):
File "./humann2", line 6, in <module>
from pkg_resources import load_entry_point
File "/account/mkim/anaconda3/envs/humann2/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3241, in <module>
@_call_aside
File "/account/mkim/anaconda3/envs/humann2/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3225, in _call_aside
f(*args, **kwargs)
File "/account/mkim/anaconda3/envs/humann2/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3254, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/account/mkim/anaconda3/envs/humann2/lib/python2.7/site-packages/pkg_resources/__init__.py", line 583, in _build_master
ws.require(__requires__)
File "/account/mkim/anaconda3/envs/humann2/lib/python2.7/site-packages/pkg_resources/__init__.py", line 900, in require
needed = self.resolve(parse_requirements(requirements))
File "/account/mkim/anaconda3/envs/humann2/lib/python2.7/site-packages/pkg_resources/__init__.py", line 786, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'humann2==2.8.1' distribution was not found and is required by the application
Do you have conda install option for humann2? Can you help me with this?
Thanks
Minjae