Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy
 

How to install humann2 via python pip




humann2 - HUMAnN2: The HMP Unified Metabolic Analysis Network 2, it belongs to Classifiers:

- Development Status :: 5 - Production/Stable
- Environment :: Console
- Operating System :: MacOS
- Operating System :: Unix
- Programming Language :: Python :: 2
- Programming Language :: Python :: 2.7
- Programming Language :: Python :: 3.4
- Topic :: Scientific/Engineering
- Topic :: Scientific/Engineering :: Bio-Informatics

When you know about this project and you want to new install humann2 to support your project or you get trouble as ModuleNotFoundError: No module named "humann2" or ImportError: cannot import name "humann2" in your project, let follow this tutorial to install humann2



Installation:

Step 1: First, ensure you installed pip in your os, to check pip has been installed on your computer

In Windows (CMD):

py -m pip --version

In Unix/macOS:

python3 -m pip --version

Ensure pip, setuptools, and wheel are up to date:

In Windows (CMD):

py -m pip install --upgrade pip setuptools wheel

In Unix/macOS:

python3 -m pip install --upgrade pip setuptools wheel


Optional - If you want to install in virtual environment:

In Windows (CMD):

- Install virtualenv - if you installed it, please ignore

py -m pip install --user virtualenv

- Create a virtual environment

py -m venv test_humann2_env

- Active the virtual environment

test_humann2_env\Scripts\active

In Unix/macOS:

- Install virtualenv - if you installed it, please ignore

pip3 install virtualenv

- Create a virtual environment

python3 -m venv test_humann2_env

- Active the virtual environment

source test_humann2_env/bin/active


Step 2: OK, now, let flow below content to start the installation humann2

To install humann2 on Windows(CMD):

py -m pip install humann2

To install humann2 on Unix/macOs:

pip install humann2


Step 3: If you want to install a specific humann2 version, add ==<humann2 version> to the end command line

Example:

pip install humann2==0.6.1


Please see the version list below table:

VersionReleased dateCommand
humann2 2.8.22020-04-03T19:11:16Windows:

py -m pip install humann2==2.8.2

Unix/macOs:

pip install humann2==2.8.2

humann2 2.8.12019-07-12T20:14:51Windows:

py -m pip install humann2==2.8.1

Unix/macOs:

pip install humann2==2.8.1

humann2 2.8.02019-07-01T19:27:46Windows:

py -m pip install humann2==2.8.0

Unix/macOs:

pip install humann2==2.8.0

humann2 0.11.22018-10-12T16:40:06Windows:

py -m pip install humann2==0.11.2

Unix/macOs:

pip install humann2==0.11.2

humann2 0.11.12017-04-13T23:55:03Windows:

py -m pip install humann2==0.11.1

Unix/macOs:

pip install humann2==0.11.1

humann2 0.11.02017-03-30T16:59:55Windows:

py -m pip install humann2==0.11.0

Unix/macOs:

pip install humann2==0.11.0

humann2 0.10.02017-02-23T19:58:00Windows:

py -m pip install humann2==0.10.0

Unix/macOs:

pip install humann2==0.10.0

humann2 0.9.102017-02-21T21:01:16Windows:

py -m pip install humann2==0.9.10

Unix/macOs:

pip install humann2==0.9.10

humann2 0.9.92016-12-15T18:42:05Windows:

py -m pip install humann2==0.9.9

Unix/macOs:

pip install humann2==0.9.9

humann2 0.9.82016-11-29T18:32:21Windows:

py -m pip install humann2==0.9.8

Unix/macOs:

pip install humann2==0.9.8

humann2 0.9.72016-11-23T20:08:38Windows:

py -m pip install humann2==0.9.7

Unix/macOs:

pip install humann2==0.9.7

humann2 0.9.62016-11-10T19:53:14Windows:

py -m pip install humann2==0.9.6

Unix/macOs:

pip install humann2==0.9.6

humann2 0.9.52016-10-24T16:46:55Windows:

py -m pip install humann2==0.9.5

Unix/macOs:

pip install humann2==0.9.5

humann2 0.9.42016-10-04T19:28:04Windows:

py -m pip install humann2==0.9.4

Unix/macOs:

pip install humann2==0.9.4

humann2 0.9.32016-09-21T19:06:30Windows:

py -m pip install humann2==0.9.3

Unix/macOs:

pip install humann2==0.9.3

humann2 0.9.22016-09-13T22:28:14Windows:

py -m pip install humann2==0.9.2

Unix/macOs:

pip install humann2==0.9.2

humann2 0.9.12016-08-26T23:51:24Windows:

py -m pip install humann2==0.9.1

Unix/macOs:

pip install humann2==0.9.1

humann2 0.9.02016-08-24T18:34:05Windows:

py -m pip install humann2==0.9.0

Unix/macOs:

pip install humann2==0.9.0

humann2 0.8.22016-08-09T20:14:15Windows:

py -m pip install humann2==0.8.2

Unix/macOs:

pip install humann2==0.8.2

humann2 0.8.12016-08-05T22:12:27Windows:

py -m pip install humann2==0.8.1

Unix/macOs:

pip install humann2==0.8.1

humann2 0.8.02016-07-27T17:04:26Windows:

py -m pip install humann2==0.8.0

Unix/macOs:

pip install humann2==0.8.0

humann2 0.7.12016-04-28T00:31:43Windows:

py -m pip install humann2==0.7.1

Unix/macOs:

pip install humann2==0.7.1

humann2 0.7.02016-03-22T22:34:37Windows:

py -m pip install humann2==0.7.0

Unix/macOs:

pip install humann2==0.7.0

humann2 0.6.22016-02-24T23:06:35Windows:

py -m pip install humann2==0.6.2

Unix/macOs:

pip install humann2==0.6.2

humann2 0.6.12016-02-24T22:06:31Windows:

py -m pip install humann2==0.6.1

Unix/macOs:

pip install humann2==0.6.1


Step 4: Otherwise, you can install humann2 from local archives:

Download the distribution file from humann2-2.8.2.tar.gz or the specific humann2 version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_humann2_downloaded_file>

On Unix/macOs:

pip install <path_to_humann2_downloaded_file>


List distribution:

- humann2-0.6.1.tar.gz
- humann2-0.6.2.tar.gz
- humann2-0.7.0.tar.gz
- humann2-0.7.1.tar.gz
- humann2-0.8.0.tar.gz
- humann2-0.8.1.tar.gz
- humann2-0.8.2.tar.gz
- humann2-0.9.0.tar.gz
- humann2-0.9.1.tar.gz
- humann2-0.9.2.tar.gz
- humann2-0.9.3.tar.gz
- humann2-0.9.4.tar.gz
- humann2-0.9.5.tar.gz
- humann2-0.9.6.tar.gz
- humann2-0.9.7.tar.gz
- humann2-0.9.8.tar.gz
- humann2-0.9.9.tar.gz
- humann2-0.9.10.tar.gz
- humann2-0.10.0.tar.gz
- humann2-0.11.0.tar.gz
- humann2-0.11.1.tar.gz
- humann2-0.11.2.tar.gz
- humann2-2.8.0.tar.gz
- humann2-2.8.1.tar.gz
- humann2-2.8.2.tar.gz


Project link:

- Homepage