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

How to install ImmuneDB via python pip




ImmuneDB - A system for the analysis and exploration of high-throughput adaptive immune receptor sequencing data, it belongs to Classifiers:

- Topic :: Scientific/Engineering :: Bio-Informatics

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



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_ImmuneDB_env

- Active the virtual environment

test_ImmuneDB_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_ImmuneDB_env

- Active the virtual environment

source test_ImmuneDB_env/bin/active


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

To install ImmuneDB on Windows(CMD):

py -m pip install ImmuneDB

To install ImmuneDB on Unix/macOs:

pip install ImmuneDB


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

Example:

pip install ImmuneDB==0.18.0


Please see the version list below table:

VersionReleased dateCommand
ImmuneDB 0.29.112021-05-26T12:39:54Windows:

py -m pip install ImmuneDB==0.29.11

Unix/macOs:

pip install ImmuneDB==0.29.11

ImmuneDB 0.29.102021-05-25T17:51:06Windows:

py -m pip install ImmuneDB==0.29.10

Unix/macOs:

pip install ImmuneDB==0.29.10

ImmuneDB 0.29.92020-02-07T17:54:09Windows:

py -m pip install ImmuneDB==0.29.9

Unix/macOs:

pip install ImmuneDB==0.29.9

ImmuneDB 0.29.82019-12-20T16:42:11Windows:

py -m pip install ImmuneDB==0.29.8

Unix/macOs:

pip install ImmuneDB==0.29.8

ImmuneDB 0.29.72019-12-17T14:17:21Windows:

py -m pip install ImmuneDB==0.29.7

Unix/macOs:

pip install ImmuneDB==0.29.7

ImmuneDB 0.29.62019-12-06T15:24:12Windows:

py -m pip install ImmuneDB==0.29.6

Unix/macOs:

pip install ImmuneDB==0.29.6

ImmuneDB 0.29.52019-09-09T17:54:49Windows:

py -m pip install ImmuneDB==0.29.5

Unix/macOs:

pip install ImmuneDB==0.29.5

ImmuneDB 0.29.42019-09-06T13:33:05Windows:

py -m pip install ImmuneDB==0.29.4

Unix/macOs:

pip install ImmuneDB==0.29.4

ImmuneDB 0.29.32019-08-29T13:54:07Windows:

py -m pip install ImmuneDB==0.29.3

Unix/macOs:

pip install ImmuneDB==0.29.3

ImmuneDB 0.29.22019-08-23T16:49:39Windows:

py -m pip install ImmuneDB==0.29.2

Unix/macOs:

pip install ImmuneDB==0.29.2

ImmuneDB 0.29.12019-08-07T17:08:23Windows:

py -m pip install ImmuneDB==0.29.1

Unix/macOs:

pip install ImmuneDB==0.29.1

ImmuneDB 0.29.02019-07-03T14:46:10Windows:

py -m pip install ImmuneDB==0.29.0

Unix/macOs:

pip install ImmuneDB==0.29.0

ImmuneDB 0.28.32019-04-17T17:06:13Windows:

py -m pip install ImmuneDB==0.28.3

Unix/macOs:

pip install ImmuneDB==0.28.3

ImmuneDB 0.28.22019-03-25T14:08:04Windows:

py -m pip install ImmuneDB==0.28.2

Unix/macOs:

pip install ImmuneDB==0.28.2

ImmuneDB 0.28.12019-02-18T18:30:06Windows:

py -m pip install ImmuneDB==0.28.1

Unix/macOs:

pip install ImmuneDB==0.28.1

ImmuneDB 0.28.02019-02-14T15:56:30Windows:

py -m pip install ImmuneDB==0.28.0

Unix/macOs:

pip install ImmuneDB==0.28.0

ImmuneDB 0.27.02019-02-06T20:14:01Windows:

py -m pip install ImmuneDB==0.27.0

Unix/macOs:

pip install ImmuneDB==0.27.0

ImmuneDB 0.26.02018-10-26T14:39:03Windows:

py -m pip install ImmuneDB==0.26.0

Unix/macOs:

pip install ImmuneDB==0.26.0

ImmuneDB 0.25.12018-09-20T12:58:34Windows:

py -m pip install ImmuneDB==0.25.1

Unix/macOs:

pip install ImmuneDB==0.25.1

ImmuneDB 0.25.02018-09-19T20:00:06Windows:

py -m pip install ImmuneDB==0.25.0

Unix/macOs:

pip install ImmuneDB==0.25.0

ImmuneDB 0.24.12018-06-12T13:57:41Windows:

py -m pip install ImmuneDB==0.24.1

Unix/macOs:

pip install ImmuneDB==0.24.1

ImmuneDB 0.23.02018-04-04T13:04:47Windows:

py -m pip install ImmuneDB==0.23.0

Unix/macOs:

pip install ImmuneDB==0.23.0

ImmuneDB 0.22.12018-02-02T18:48:26Windows:

py -m pip install ImmuneDB==0.22.1

Unix/macOs:

pip install ImmuneDB==0.22.1

ImmuneDB 0.21.02017-11-28T20:07:26Windows:

py -m pip install ImmuneDB==0.21.0

Unix/macOs:

pip install ImmuneDB==0.21.0

ImmuneDB 0.20.12017-09-13T19:29:02Windows:

py -m pip install ImmuneDB==0.20.1

Unix/macOs:

pip install ImmuneDB==0.20.1

ImmuneDB 0.19.22017-07-26T20:07:57Windows:

py -m pip install ImmuneDB==0.19.2

Unix/macOs:

pip install ImmuneDB==0.19.2

ImmuneDB 0.19.12017-04-18T12:16:54Windows:

py -m pip install ImmuneDB==0.19.1

Unix/macOs:

pip install ImmuneDB==0.19.1

ImmuneDB 0.19.02016-09-22T15:42:02Windows:

py -m pip install ImmuneDB==0.19.0

Unix/macOs:

pip install ImmuneDB==0.19.0

ImmuneDB 0.18.02016-06-21T18:43:28Windows:

py -m pip install ImmuneDB==0.18.0

Unix/macOs:

pip install ImmuneDB==0.18.0


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

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

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_ImmuneDB_downloaded_file>

On Unix/macOs:

pip install <path_to_ImmuneDB_downloaded_file>


List distribution:

- ImmuneDB-0.18.0.tar.gz
- ImmuneDB-0.19.0-py2.7-linux-x86_64.egg
- ImmuneDB-0.19.0.tar.gz
- ImmuneDB-0.19.1-py2.7-linux-x86_64.egg
- ImmuneDB-0.19.2-py2.7-linux-x86_64.egg
- ImmuneDB-0.20.1-py2.7-linux-x86_64.egg
- ImmuneDB-0.21.0-py2.7-linux-x86_64.egg
- ImmuneDB-0.21.0.tar.gz
- ImmuneDB-0.22.1.tar.gz
- ImmuneDB-0.23.0.tar.gz
- ImmuneDB-0.24.1.tar.gz
- ImmuneDB-0.25.0.tar.gz
- ImmuneDB-0.25.1.tar.gz
- ImmuneDB-0.26.0.tar.gz
- ImmuneDB-0.27.0.tar.gz
- ImmuneDB-0.28.0.tar.gz
- ImmuneDB-0.28.1.tar.gz
- ImmuneDB-0.28.2.tar.gz
- ImmuneDB-0.28.3.tar.gz
- ImmuneDB-0.29.0.tar.gz
- ImmuneDB-0.29.1.tar.gz
- ImmuneDB-0.29.2.tar.gz
- ImmuneDB-0.29.3.tar.gz
- ImmuneDB-0.29.4.tar.gz
- ImmuneDB-0.29.5.tar.gz
- ImmuneDB-0.29.6.tar.gz
- ImmuneDB-0.29.7.tar.gz
- ImmuneDB-0.29.8.tar.gz
- ImmuneDB-0.29.9.tar.gz
- ImmuneDB-0.29.10-py3.6-linux-x86_64.egg
- ImmuneDB-0.29.10.tar.gz
- ImmuneDB-0.29.11.tar.gz


Project link:

- Homepage