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

How to install kong-data-plane via python pip




kong-data-plane - Kong CDK Construct Library to deploy Kong Data Plane on AWS, it belongs to Classifiers:

- Programming Language :: Java
- Programming Language :: JavaScript

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



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_kong-data-plane_env

- Active the virtual environment

test_kong-data-plane_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_kong-data-plane_env

- Active the virtual environment

source test_kong-data-plane_env/bin/active


Step 2: OK, now, let flow below content to start the installation kong-data-plane

To install kong-data-plane on Windows(CMD):

py -m pip install kong-data-plane

To install kong-data-plane on Unix/macOs:

pip install kong-data-plane


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

Example:

pip install kong-data-plane==0.0.0


Please see the version list below table:

VersionReleased dateCommand
kong-data-plane 2.0.82022-06-16T17:42:26Windows:

py -m pip install kong-data-plane==2.0.8

Unix/macOs:

pip install kong-data-plane==2.0.8

kong-data-plane 2.0.72022-06-16T17:03:20Windows:

py -m pip install kong-data-plane==2.0.7

Unix/macOs:

pip install kong-data-plane==2.0.7

kong-data-plane 2.0.62022-06-08T00:17:40Windows:

py -m pip install kong-data-plane==2.0.6

Unix/macOs:

pip install kong-data-plane==2.0.6

kong-data-plane 2.0.52022-04-08T17:54:32Windows:

py -m pip install kong-data-plane==2.0.5

Unix/macOs:

pip install kong-data-plane==2.0.5

kong-data-plane 2.0.42022-03-10T22:12:57Windows:

py -m pip install kong-data-plane==2.0.4

Unix/macOs:

pip install kong-data-plane==2.0.4

kong-data-plane 2.0.32022-03-07T19:23:33Windows:

py -m pip install kong-data-plane==2.0.3

Unix/macOs:

pip install kong-data-plane==2.0.3

kong-data-plane 2.0.22022-02-21T19:49:12Windows:

py -m pip install kong-data-plane==2.0.2

Unix/macOs:

pip install kong-data-plane==2.0.2

kong-data-plane 2.0.12022-02-18T23:56:16Windows:

py -m pip install kong-data-plane==2.0.1

Unix/macOs:

pip install kong-data-plane==2.0.1

kong-data-plane 2.0.02022-02-18T19:14:25Windows:

py -m pip install kong-data-plane==2.0.0

Unix/macOs:

pip install kong-data-plane==2.0.0

kong-data-plane 0.0.02021-09-10T00:05:15Windows:

py -m pip install kong-data-plane==0.0.0

Unix/macOs:

pip install kong-data-plane==0.0.0


Step 4: Otherwise, you can install kong-data-plane from local archives:

Download the distribution file from kong-data-plane-2.0.8.tar.gz or the specific kong-data-plane version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_kong-data-plane_downloaded_file>

On Unix/macOs:

pip install <path_to_kong-data-plane_downloaded_file>


List distribution:

- kong-data-plane-0.0.0.tar.gz (python version >=3.6)
- kong_data_plane-0.0.0-py3-none-any.whl (python version >=3.6)
- kong-data-plane-2.0.0.tar.gz (python version >=3.6)
- kong_data_plane-2.0.0-py3-none-any.whl (python version >=3.6)
- kong-data-plane-2.0.1.tar.gz (python version >=3.6)
- kong_data_plane-2.0.1-py3-none-any.whl (python version >=3.6)
- kong-data-plane-2.0.2.tar.gz (python version >=3.6)
- kong_data_plane-2.0.2-py3-none-any.whl (python version >=3.6)
- kong-data-plane-2.0.3.tar.gz (python version >=3.6)
- kong_data_plane-2.0.3-py3-none-any.whl (python version >=3.6)
- kong-data-plane-2.0.4.tar.gz (python version >=3.6)
- kong_data_plane-2.0.4-py3-none-any.whl (python version >=3.6)
- kong-data-plane-2.0.5.tar.gz (python version >=3.6)
- kong_data_plane-2.0.5-py3-none-any.whl (python version >=3.6)
- kong-data-plane-2.0.6.tar.gz (python version ~=3.7)
- kong_data_plane-2.0.6-py3-none-any.whl (python version ~=3.7)
- kong-data-plane-2.0.7.tar.gz (python version ~=3.7)
- kong_data_plane-2.0.7-py3-none-any.whl (python version ~=3.7)
- kong-data-plane-2.0.8.tar.gz (python version ~=3.7)
- kong_data_plane-2.0.8-py3-none-any.whl (python version ~=3.7)
- kong-data-plane-3.0.0.dev0.tar.gz (python version ~=3.7)
- kong_data_plane-3.0.0.dev0-py3-none-any.whl (python version ~=3.7)
- kong-data-plane-3.0.0.dev1.tar.gz (python version ~=3.7)
- kong_data_plane-3.0.0.dev1-py3-none-any.whl (python version ~=3.7)
- kong-data-plane-3.0.0.dev2.tar.gz (python version ~=3.7)
- kong_data_plane-3.0.0.dev2-py3-none-any.whl (python version ~=3.7)
- kong-data-plane-3.0.0.dev3.tar.gz (python version ~=3.7)
- kong_data_plane-3.0.0.dev3-py3-none-any.whl (python version ~=3.7)
- kong-data-plane-3.0.0.dev4.tar.gz (python version ~=3.7)
- kong_data_plane-3.0.0.dev4-py3-none-any.whl (python version ~=3.7)
- kong-data-plane-3.0.0.dev5.tar.gz (python version ~=3.7)
- kong_data_plane-3.0.0.dev5-py3-none-any.whl (python version ~=3.7)


Project link:

- Homepage
- Source