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

How to install NGPIris via python pip




NGPIris - "Iris is a light-weight tool for interacting with a Boto3 backed Hitachi Content Platform", it belongs to Classifiers:

- License :: OSI Approved :: GNU General Public License v2 (GPLv2)

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



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_NGPIris_env

- Active the virtual environment

test_NGPIris_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_NGPIris_env

- Active the virtual environment

source test_NGPIris_env/bin/active


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

To install NGPIris on Windows(CMD):

py -m pip install NGPIris

To install NGPIris on Unix/macOs:

pip install NGPIris


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

Example:

pip install NGPIris==3.0.0


Please see the version list below table:

VersionReleased dateCommand
NGPIris 3.4.82022-05-03T13:15:19Windows:

py -m pip install NGPIris==3.4.8

Unix/macOs:

pip install NGPIris==3.4.8

NGPIris 3.4.52022-04-28T12:18:37Windows:

py -m pip install NGPIris==3.4.5

Unix/macOs:

pip install NGPIris==3.4.5

NGPIris 3.4.32022-03-03T10:13:42Windows:

py -m pip install NGPIris==3.4.3

Unix/macOs:

pip install NGPIris==3.4.3

NGPIris 3.4.02022-02-04T12:57:54Windows:

py -m pip install NGPIris==3.4.0

Unix/macOs:

pip install NGPIris==3.4.0

NGPIris 3.2.02021-10-18T13:01:38Windows:

py -m pip install NGPIris==3.2.0

Unix/macOs:

pip install NGPIris==3.2.0

NGPIris 3.0.32021-10-13T10:00:40Windows:

py -m pip install NGPIris==3.0.3

Unix/macOs:

pip install NGPIris==3.0.3

NGPIris 3.0.22021-10-13T09:32:30Windows:

py -m pip install NGPIris==3.0.2

Unix/macOs:

pip install NGPIris==3.0.2

NGPIris 3.0.12021-10-12T10:08:06Windows:

py -m pip install NGPIris==3.0.1

Unix/macOs:

pip install NGPIris==3.0.1

NGPIris 3.0.02021-09-28T18:43:52Windows:

py -m pip install NGPIris==3.0.0

Unix/macOs:

pip install NGPIris==3.0.0


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

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

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_NGPIris_downloaded_file>

On Unix/macOs:

pip install <path_to_NGPIris_downloaded_file>


List distribution:

- NGPIris-3.0.0-py3-none-any.whl (python version >=3.6)
- NGPIris-3.0.0.tar.gz (python version >=3.6)
- NGPIris-3.0.1-py3-none-any.whl (python version >=3.6)
- NGPIris-3.0.1.tar.gz (python version >=3.6)
- NGPIris-3.0.2-py3-none-any.whl (python version >=3.6)
- NGPIris-3.0.2.tar.gz (python version >=3.6)
- NGPIris-3.0.3-py3-none-any.whl (python version >=3.6)
- NGPIris-3.0.3.tar.gz (python version >=3.6)
- NGPIris-3.2.0-py3-none-any.whl (python version >=3.6)
- NGPIris-3.2.0.tar.gz (python version >=3.6)
- NGPIris-3.4.0-py3-none-any.whl (python version >=3.6)
- NGPIris-3.4.0.tar.gz (python version >=3.6)
- NGPIris-3.4.3-py3-none-any.whl (python version >=3.6)
- NGPIris-3.4.3.tar.gz (python version >=3.6)
- NGPIris-3.4.5-py3-none-any.whl (python version >=3.6)
- NGPIris-3.4.5.tar.gz (python version >=3.6)
- NGPIris-3.4.8-py3-none-any.whl (python version >=3.6)
- NGPIris-3.4.8.tar.gz (python version >=3.6)
- NGPIris-4.0.0.tar.gz (python version >=3.6)
- NGPIris-4.0.1.tar.gz (python version >=3.6)
- NGPIris-4.1.0.tar.gz (python version >=3.6)
- NGPIris-4.2.0.tar.gz (python version >=3.6)


Project link:

- Homepage
- Bug Tracker