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

How to install influxdb-client via python pip




influxdb-client - InfluxDB 2.0 Python client library, it belongs to Classifiers:

- Topic :: Database

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



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_influxdb-client_env

- Active the virtual environment

test_influxdb-client_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_influxdb-client_env

- Active the virtual environment

source test_influxdb-client_env/bin/active


Step 2: OK, now, let flow below content to start the installation influxdb-client

To install influxdb-client on Windows(CMD):

py -m pip install influxdb-client

To install influxdb-client on Unix/macOs:

pip install influxdb-client


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

Example:

pip install influxdb-client==0.0.1


Please see the version list below table:

VersionReleased dateCommand
influxdb-client 1.31.02022-07-29T14:11:39Windows:

py -m pip install influxdb-client==1.31.0

Unix/macOs:

pip install influxdb-client==1.31.0

influxdb-client 1.30.02022-06-24T06:18:07Windows:

py -m pip install influxdb-client==1.30.0

Unix/macOs:

pip install influxdb-client==1.30.0

influxdb-client 1.29.12022-05-23T11:23:04Windows:

py -m pip install influxdb-client==1.29.1

Unix/macOs:

pip install influxdb-client==1.29.1

influxdb-client 1.29.02022-05-20T06:17:02Windows:

py -m pip install influxdb-client==1.29.0

Unix/macOs:

pip install influxdb-client==1.29.0

influxdb-client 1.28.02022-04-19T06:03:58Windows:

py -m pip install influxdb-client==1.28.0

Unix/macOs:

pip install influxdb-client==1.28.0

influxdb-client 1.27.02022-03-18T07:21:36Windows:

py -m pip install influxdb-client==1.27.0

Unix/macOs:

pip install influxdb-client==1.27.0

influxdb-client 1.26.02022-02-18T07:27:05Windows:

py -m pip install influxdb-client==1.26.0

Unix/macOs:

pip install influxdb-client==1.26.0

influxdb-client 1.25.02022-01-20T08:49:16Windows:

py -m pip install influxdb-client==1.25.0

Unix/macOs:

pip install influxdb-client==1.25.0

influxdb-client 1.24.02021-11-26T07:42:46Windows:

py -m pip install influxdb-client==1.24.0

Unix/macOs:

pip install influxdb-client==1.24.0

influxdb-client 1.23.02021-10-26T12:15:51Windows:

py -m pip install influxdb-client==1.23.0

Unix/macOs:

pip install influxdb-client==1.23.0

influxdb-client 1.22.02021-10-22T07:12:51Windows:

py -m pip install influxdb-client==1.22.0

Unix/macOs:

pip install influxdb-client==1.22.0

influxdb-client 1.21.02021-09-17T06:44:39Windows:

py -m pip install influxdb-client==1.21.0

Unix/macOs:

pip install influxdb-client==1.21.0

influxdb-client 1.20.02021-08-20T06:12:23Windows:

py -m pip install influxdb-client==1.20.0

Unix/macOs:

pip install influxdb-client==1.20.0

influxdb-client 1.19.02021-07-09T06:17:26Windows:

py -m pip install influxdb-client==1.19.0

Unix/macOs:

pip install influxdb-client==1.19.0

influxdb-client 1.18.02021-06-04T05:23:16Windows:

py -m pip install influxdb-client==1.18.0

Unix/macOs:

pip install influxdb-client==1.18.0

influxdb-client 1.17.02021-04-30T05:46:12Windows:

py -m pip install influxdb-client==1.17.0

Unix/macOs:

pip install influxdb-client==1.17.0

influxdb-client 1.16.02021-04-01T06:36:18Windows:

py -m pip install influxdb-client==1.16.0

Unix/macOs:

pip install influxdb-client==1.16.0

influxdb-client 1.15.02021-03-05T07:14:01Windows:

py -m pip install influxdb-client==1.15.0

Unix/macOs:

pip install influxdb-client==1.15.0

influxdb-client 1.14.02021-01-29T06:33:41Windows:

py -m pip install influxdb-client==1.14.0

Unix/macOs:

pip install influxdb-client==1.14.0

influxdb-client 1.13.02020-12-04T07:37:50Windows:

py -m pip install influxdb-client==1.13.0

Unix/macOs:

pip install influxdb-client==1.13.0

influxdb-client 1.12.02020-10-30T07:09:23Windows:

py -m pip install influxdb-client==1.12.0

Unix/macOs:

pip install influxdb-client==1.12.0

influxdb-client 1.11.02020-10-02T05:37:52Windows:

py -m pip install influxdb-client==1.11.0

Unix/macOs:

pip install influxdb-client==1.11.0

influxdb-client 1.10.02020-08-14T05:55:28Windows:

py -m pip install influxdb-client==1.10.0

Unix/macOs:

pip install influxdb-client==1.10.0

influxdb-client 1.9.02020-07-17T07:33:17Windows:

py -m pip install influxdb-client==1.9.0

Unix/macOs:

pip install influxdb-client==1.9.0

influxdb-client 1.8.02020-06-19T07:23:12Windows:

py -m pip install influxdb-client==1.8.0

Unix/macOs:

pip install influxdb-client==1.8.0

influxdb-client 1.7.02020-05-15T06:13:38Windows:

py -m pip install influxdb-client==1.7.0

Unix/macOs:

pip install influxdb-client==1.7.0

influxdb-client 1.6.02020-04-17T06:13:45Windows:

py -m pip install influxdb-client==1.6.0

Unix/macOs:

pip install influxdb-client==1.6.0

influxdb-client 1.5.02020-03-13T08:36:41Windows:

py -m pip install influxdb-client==1.5.0

Unix/macOs:

pip install influxdb-client==1.5.0

influxdb-client 1.4.02020-02-14T08:33:44Windows:

py -m pip install influxdb-client==1.4.0

Unix/macOs:

pip install influxdb-client==1.4.0

influxdb-client 1.3.02020-01-17T09:24:15Windows:

py -m pip install influxdb-client==1.3.0

Unix/macOs:

pip install influxdb-client==1.3.0

influxdb-client 1.2.02019-12-06T09:17:14Windows:

py -m pip install influxdb-client==1.2.0

Unix/macOs:

pip install influxdb-client==1.2.0

influxdb-client 1.1.02019-11-18T09:09:00Windows:

py -m pip install influxdb-client==1.1.0

Unix/macOs:

pip install influxdb-client==1.1.0

influxdb-client 1.0.02019-11-11T09:46:54Windows:

py -m pip install influxdb-client==1.0.0

Unix/macOs:

pip install influxdb-client==1.0.0

influxdb-client 0.0.22019-09-26T16:14:06Windows:

py -m pip install influxdb-client==0.0.2

Unix/macOs:

pip install influxdb-client==0.0.2

influxdb-client 0.0.12019-09-26T16:04:14Windows:

py -m pip install influxdb-client==0.0.1

Unix/macOs:

pip install influxdb-client==0.0.1


Step 4: Otherwise, you can install influxdb-client from local archives:

Download the distribution file from influxdb_client-1.31.0.tar.gz or the specific influxdb-client version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_influxdb-client_downloaded_file>

On Unix/macOs:

pip install <path_to_influxdb-client_downloaded_file>


List distribution:

- influxdb_client-0.0.1-py3-none-any.whl (python version >=3.6)
- influxdb_client-0.0.1.tar.gz (python version >=3.6)
- influxdb_client-0.0.2-py3-none-any.whl (python version >=3.6)
- influxdb_client-0.0.2.tar.gz (python version >=3.6)
- influxdb_client-1.0.0-py3-none-any.whl (python version >=3.6)
- influxdb_client-1.0.0.tar.gz (python version >=3.6)
- influxdb_client-1.1.0-py3-none-any.whl (python version >=3.6)
- influxdb_client-1.1.0.tar.gz (python version >=3.6)
- influxdb_client-1.2.0-py3-none-any.whl (python version >=3.6)
- influxdb_client-1.2.0.tar.gz (python version >=3.6)
- influxdb_client-1.3.0-py3-none-any.whl (python version >=3.6)
- influxdb_client-1.3.0.tar.gz (python version >=3.6)
- influxdb_client-1.4.0-py3-none-any.whl (python version >=3.6)
- influxdb_client-1.4.0.tar.gz (python version >=3.6)
- influxdb_client-1.5.0-py3-none-any.whl (python version >=3.6)
- influxdb_client-1.5.0.tar.gz (python version >=3.6)
- influxdb_client-1.6.0-py3-none-any.whl (python version >=3.6)
- influxdb_client-1.6.0.tar.gz (python version >=3.6)
- influxdb_client-1.7.0-py3-none-any.whl (python version >=3.6)
- influxdb_client-1.7.0.tar.gz (python version >=3.6)
- influxdb_client-1.8.0-py3-none-any.whl (python version >=3.6)
- influxdb_client-1.8.0.tar.gz (python version >=3.6)
- influxdb_client-1.9.0-py3-none-any.whl (python version >=3.6)
- influxdb_client-1.9.0.tar.gz (python version >=3.6)
- influxdb_client-1.10.0-py3-none-any.whl (python version >=3.6)
- influxdb_client-1.10.0.tar.gz (python version >=3.6)
- influxdb_client-1.11.0-py3-none-any.whl (python version >=3.6)
- influxdb_client-1.11.0.tar.gz (python version >=3.6)
- influxdb_client-1.12.0-py3-none-any.whl (python version >=3.6)
- influxdb_client-1.12.0.tar.gz (python version >=3.6)
- influxdb_client-1.13.0-py3-none-any.whl (python version >=3.6)
- influxdb_client-1.13.0.tar.gz (python version >=3.6)
- influxdb_client-1.14.0-py3-none-any.whl (python version >=3.6)
- influxdb_client-1.14.0.tar.gz (python version >=3.6)
- influxdb_client-1.15.0-py3-none-any.whl (python version >=3.6)
- influxdb_client-1.15.0.tar.gz (python version >=3.6)
- influxdb_client-1.16.0-py3-none-any.whl (python version >=3.6)
- influxdb_client-1.16.0.tar.gz (python version >=3.6)
- influxdb_client-1.17.0-py3-none-any.whl (python version >=3.6)
- influxdb_client-1.17.0.tar.gz (python version >=3.6)
- influxdb_client-1.18.0-py3-none-any.whl (python version >=3.6)
- influxdb_client-1.18.0.tar.gz (python version >=3.6)
- influxdb_client-1.19.0-py3-none-any.whl (python version >=3.6)
- influxdb_client-1.19.0.tar.gz (python version >=3.6)
- influxdb_client-1.20.0-py3-none-any.whl (python version >=3.6)
- influxdb_client-1.20.0.tar.gz (python version >=3.6)
- influxdb_client-1.21.0-py3-none-any.whl (python version >=3.6)
- influxdb_client-1.21.0.tar.gz (python version >=3.6)
- influxdb_client-1.22.0-py3-none-any.whl (python version >=3.6)
- influxdb_client-1.22.0.tar.gz (python version >=3.6)
- influxdb_client-1.23.0-py3-none-any.whl (python version >=3.6)
- influxdb_client-1.23.0.tar.gz (python version >=3.6)
- influxdb_client-1.24.0-py3-none-any.whl (python version >=3.6)
- influxdb_client-1.24.0.tar.gz (python version >=3.6)
- influxdb_client-1.25.0-py3-none-any.whl (python version >=3.6)
- influxdb_client-1.25.0.tar.gz (python version >=3.6)
- influxdb_client-1.26.0-py3-none-any.whl (python version >=3.6)
- influxdb_client-1.26.0.tar.gz (python version >=3.6)
- influxdb_client-1.27.0-py3-none-any.whl (python version >=3.6)
- influxdb_client-1.27.0.tar.gz (python version >=3.6)
- influxdb_client-1.28.0-py3-none-any.whl (python version >=3.6)
- influxdb_client-1.28.0.tar.gz (python version >=3.6)
- influxdb_client-1.29.0-py3-none-any.whl (python version >=3.6)
- influxdb_client-1.29.0.tar.gz (python version >=3.6)
- influxdb_client-1.29.1-py3-none-any.whl (python version >=3.6)
- influxdb_client-1.29.1.tar.gz (python version >=3.6)
- influxdb_client-1.30.0-py3-none-any.whl (python version >=3.6)
- influxdb_client-1.30.0.tar.gz (python version >=3.6)
- influxdb_client-1.31.0-py3-none-any.whl (python version >=3.6)
- influxdb_client-1.31.0.tar.gz (python version >=3.6)
- influxdb_client-1.32.0-py3-none-any.whl (python version >=3.7)
- influxdb_client-1.32.0.tar.gz (python version >=3.7)
- influxdb_client-1.33.0-py3-none-any.whl (python version >=3.7)
- influxdb_client-1.33.0.tar.gz (python version >=3.7)
- influxdb_client-1.34.0-py3-none-any.whl (python version >=3.7)
- influxdb_client-1.34.0.tar.gz (python version >=3.7)
- influxdb_client-1.35.0-py3-none-any.whl (python version >=3.7)
- influxdb_client-1.35.0.tar.gz (python version >=3.7)


Project link:

- Homepage