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

How to install influxgraph via python pip




influxgraph - InfluxDB storage plugin for Graphite-API, it belongs to Classifiers:

- Intended Audience :: Developers
- License :: OSI Approved
- License :: OSI Approved :: Apache Software License
- Operating System :: OS Independent
- Programming Language :: Python
- Programming Language :: Python :: 2
- Programming Language :: Python :: 3
- Topic :: Scientific/Engineering
- Topic :: Scientific/Engineering :: Information Analysis
- Topic :: Scientific/Engineering :: Visualization
- Topic :: System
- Topic :: System :: Monitoring

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



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_influxgraph_env

- Active the virtual environment

test_influxgraph_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_influxgraph_env

- Active the virtual environment

source test_influxgraph_env/bin/active


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

To install influxgraph on Windows(CMD):

py -m pip install influxgraph

To install influxgraph on Unix/macOs:

pip install influxgraph


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

Example:

pip install influxgraph==1.0.0b1                                                        pre-release


Please see the version list below table:

VersionReleased dateCommand
influxgraph 1.5.0.post12018-11-03T22:21:22Windows:

py -m pip install influxgraph==1.5.0.post1

Unix/macOs:

pip install influxgraph==1.5.0.post1

influxgraph 1.5.02017-11-13T10:37:02Windows:

py -m pip install influxgraph==1.5.0

Unix/macOs:

pip install influxgraph==1.5.0

influxgraph 1.4.02017-08-29T10:01:19Windows:

py -m pip install influxgraph==1.4.0

Unix/macOs:

pip install influxgraph==1.4.0

influxgraph 1.3.72017-08-04T00:13:09Windows:

py -m pip install influxgraph==1.3.7

Unix/macOs:

pip install influxgraph==1.3.7

influxgraph 1.3.62017-07-15T18:09:04Windows:

py -m pip install influxgraph==1.3.6

Unix/macOs:

pip install influxgraph==1.3.6

influxgraph 1.3.52017-06-01T16:35:54Windows:

py -m pip install influxgraph==1.3.5

Unix/macOs:

pip install influxgraph==1.3.5

influxgraph 1.3.42017-05-19T16:19:04Windows:

py -m pip install influxgraph==1.3.4

Unix/macOs:

pip install influxgraph==1.3.4

influxgraph 1.3.32017-04-25T09:58:26Windows:

py -m pip install influxgraph==1.3.3

Unix/macOs:

pip install influxgraph==1.3.3

influxgraph 1.3.22017-03-24T18:38:09Windows:

py -m pip install influxgraph==1.3.2

Unix/macOs:

pip install influxgraph==1.3.2

influxgraph 1.3.12017-03-24T18:03:28Windows:

py -m pip install influxgraph==1.3.1

Unix/macOs:

pip install influxgraph==1.3.1

influxgraph 1.32017-03-16T18:22:51Windows:

py -m pip install influxgraph==1.3

Unix/macOs:

pip install influxgraph==1.3

influxgraph 1.2.12017-02-08T13:16:04Windows:

py -m pip install influxgraph==1.2.1

Unix/macOs:

pip install influxgraph==1.2.1

influxgraph 1.2.02017-02-08T11:47:52Windows:

py -m pip install influxgraph==1.2.0

Unix/macOs:

pip install influxgraph==1.2.0

influxgraph 1.1.22017-02-02T17:53:32Windows:

py -m pip install influxgraph==1.1.2

Unix/macOs:

pip install influxgraph==1.1.2

influxgraph 1.1.12017-01-19T12:37:15Windows:

py -m pip install influxgraph==1.1.1

Unix/macOs:

pip install influxgraph==1.1.1

influxgraph 1.1.02017-01-18T18:07:32Windows:

py -m pip install influxgraph==1.1.0

Unix/macOs:

pip install influxgraph==1.1.0

influxgraph 1.0.02016-12-22T13:35:23Windows:

py -m pip install influxgraph==1.0.0

Unix/macOs:

pip install influxgraph==1.0.0


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

Download the distribution file from influxgraph-1.5.0.post1-cp27-cp27m-macosx_10_13_x86_64.whl or the specific influxgraph version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_influxgraph_downloaded_file>

On Unix/macOs:

pip install <path_to_influxgraph_downloaded_file>


List distribution:

- influxgraph-1.0.0b1-py2.py3-none-any.whl
- influxgraph-1.0.0b2-py2.py3-none-any.whl
- influxgraph-1.0.0b3-py2.py3-none-any.whl
- influxgraph-1.0.0b4-py2.py3-none-any.whl
- influxgraph-1.0.0b5-py2.py3-none-any.whl
- influxgraph-1.0.0b5.tar.gz
- influxgraph-1.0.0b6-py2.py3-none-any.whl
- influxgraph-1.0.0b6.tar.gz
- influxgraph-1.0.0b7-py2.py3-none-any.whl
- influxgraph-1.0.0b7.tar.gz
- influxgraph-1.0.0b8-py2.py3-none-any.whl
- influxgraph-1.0.0b8.tar.gz
- influxgraph-1.0.0b9-py2.py3-none-any.whl
- influxgraph-1.0.0b9.tar.gz
- influxgraph-1.0.0b10-py2.py3-none-any.whl
- influxgraph-1.0.0b10.tar.gz
- influxgraph-1.0.0b11-py2.py3-none-any.whl
- influxgraph-1.0.0b11.tar.gz
- influxgraph-1.0.0b12-py2.py3-none-any.whl
- influxgraph-1.0.0b12.tar.gz
- influxgraph-1.0.0b13-py2.py3-none-any.whl
- influxgraph-1.0.0b13.tar.gz
- influxgraph-1.0.0b14-py2.py3-none-any.whl
- influxgraph-1.0.0b14.tar.gz
- influxgraph-1.0.0b15-py2.py3-none-any.whl
- influxgraph-1.0.0b15.tar.gz
- influxgraph-1.0.0b16-py2.py3-none-any.whl
- influxgraph-1.0.0b16.tar.gz
- influxgraph-1.0.0b18.tar.gz
- influxgraph-1.0.0b19.tar.gz
- influxgraph-1.0.0b20.tar.gz
- influxgraph-1.0.0b21.tar.gz
- influxgraph-1.0.0rc1-py2.py3-none-any.whl
- influxgraph-1.0.0rc1.tar.gz
- influxgraph-1.0.0rc2-py2.py3-none-any.whl
- influxgraph-1.0.0rc2.tar.gz
- influxgraph-1.0.0rc3-py2.py3-none-any.whl
- influxgraph-1.0.0rc3.tar.gz
- influxgraph-1.0.0rc4-py2.py3-none-any.whl
- influxgraph-1.0.0rc4.tar.gz
- influxgraph-1.0.0rc5-py2.py3-none-any.whl
- influxgraph-1.0.0rc5.tar.gz
- influxgraph-1.0.0rc6-py2.py3-none-any.whl
- influxgraph-1.0.0rc6.tar.gz
- influxgraph-1.0.0rc7-py2.py3-none-any.whl
- influxgraph-1.0.0rc7.tar.gz
- influxgraph-1.0.0rc8.tar.gz
- influxgraph-1.0.0rc9.tar.gz
- influxgraph-1.0.0rc10.tar.gz
- influxgraph-1.0.0rc11.tar.gz
- influxgraph-1.0.0rc12.tar.gz
- influxgraph-1.0.0.tar.gz
- influxgraph-1.1.0.tar.gz
- influxgraph-1.1.1.tar.gz
- influxgraph-1.1.2.tar.gz
- influxgraph-1.2.0.tar.gz
- influxgraph-1.2.1.tar.gz
- influxgraph-1.3.tar.gz
- influxgraph-1.3.1.tar.gz
- influxgraph-1.3.2.tar.gz
- influxgraph-1.3.3.tar.gz
- influxgraph-1.3.4.tar.gz
- influxgraph-1.3.5.tar.gz
- influxgraph-1.3.6.tar.gz
- influxgraph-1.3.7.tar.gz
- influxgraph-1.4.0rc1-cp26-cp26m-manylinux1_x86_64.whl
- influxgraph-1.4.0rc1-cp26-cp26mu-manylinux1_x86_64.whl
- influxgraph-1.4.0rc1-cp27-cp27m-macosx_10_11_x86_64.whl
- influxgraph-1.4.0rc1-cp27-cp27m-manylinux1_x86_64.whl
- influxgraph-1.4.0rc1-cp27-cp27mu-manylinux1_x86_64.whl
- influxgraph-1.4.0rc1-cp33-cp33m-manylinux1_x86_64.whl
- influxgraph-1.4.0rc1-cp34-cp34m-manylinux1_x86_64.whl
- influxgraph-1.4.0rc1-cp35-cp35m-manylinux1_x86_64.whl
- influxgraph-1.4.0rc1-cp36-cp36m-manylinux1_x86_64.whl
- influxgraph-1.4.0rc1.tar.gz
- influxgraph-1.4.0-cp26-cp26m-manylinux1_x86_64.whl
- influxgraph-1.4.0-cp26-cp26mu-manylinux1_x86_64.whl
- influxgraph-1.4.0-cp27-cp27m-macosx_10_11_x86_64.whl
- influxgraph-1.4.0-cp27-cp27m-manylinux1_x86_64.whl
- influxgraph-1.4.0-cp27-cp27mu-manylinux1_x86_64.whl
- influxgraph-1.4.0-cp33-cp33m-manylinux1_x86_64.whl
- influxgraph-1.4.0-cp34-cp34m-manylinux1_x86_64.whl
- influxgraph-1.4.0-cp35-cp35m-manylinux1_x86_64.whl
- influxgraph-1.4.0-cp36-cp36m-manylinux1_x86_64.whl
- influxgraph-1.4.0.tar.gz
- influxgraph-1.5.0-cp26-cp26m-manylinux1_x86_64.whl
- influxgraph-1.5.0-cp26-cp26mu-manylinux1_x86_64.whl
- influxgraph-1.5.0-cp27-cp27m-macosx_10_11_x86_64.whl
- influxgraph-1.5.0-cp27-cp27m-manylinux1_x86_64.whl
- influxgraph-1.5.0-cp27-cp27mu-manylinux1_x86_64.whl
- influxgraph-1.5.0-cp33-cp33m-manylinux1_x86_64.whl
- influxgraph-1.5.0-cp34-cp34m-manylinux1_x86_64.whl
- influxgraph-1.5.0-cp35-cp35m-manylinux1_x86_64.whl
- influxgraph-1.5.0-cp36-cp36m-manylinux1_x86_64.whl
- influxgraph-1.5.0.tar.gz
- influxgraph-1.5.0.post1-cp27-cp27m-macosx_10_13_x86_64.whl


Project link:

- Homepage