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

How to install IP2Trace via python pip




IP2Trace - A Python tool to display geolocation information in the traceroute., it belongs to Classifiers:

- Topic :: Utilities

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



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_IP2Trace_env

- Active the virtual environment

test_IP2Trace_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_IP2Trace_env

- Active the virtual environment

source test_IP2Trace_env/bin/active


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

To install IP2Trace on Windows(CMD):

py -m pip install IP2Trace

To install IP2Trace on Unix/macOs:

pip install IP2Trace


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

Example:

pip install IP2Trace==1.0.0


Please see the version list below table:

VersionReleased dateCommand
IP2Trace 3.1.32022-07-01T08:25:29Windows:

py -m pip install IP2Trace==3.1.3

Unix/macOs:

pip install IP2Trace==3.1.3

IP2Trace 3.1.22022-03-02T08:04:05Windows:

py -m pip install IP2Trace==3.1.2

Unix/macOs:

pip install IP2Trace==3.1.2

IP2Trace 3.1.12021-12-08T06:27:58Windows:

py -m pip install IP2Trace==3.1.1

Unix/macOs:

pip install IP2Trace==3.1.1

IP2Trace 3.1.02021-12-08T05:59:56Windows:

py -m pip install IP2Trace==3.1.0

Unix/macOs:

pip install IP2Trace==3.1.0

IP2Trace 3.0.02021-11-08T03:29:13Windows:

py -m pip install IP2Trace==3.0.0

Unix/macOs:

pip install IP2Trace==3.0.0

IP2Trace 2.1.72021-10-15T08:19:44Windows:

py -m pip install IP2Trace==2.1.7

Unix/macOs:

pip install IP2Trace==2.1.7

IP2Trace 2.1.62021-10-07T07:34:18Windows:

py -m pip install IP2Trace==2.1.6

Unix/macOs:

pip install IP2Trace==2.1.6

IP2Trace 2.1.52021-08-25T02:18:55Windows:

py -m pip install IP2Trace==2.1.5

Unix/macOs:

pip install IP2Trace==2.1.5

IP2Trace 2.1.42021-04-12T08:45:49Windows:

py -m pip install IP2Trace==2.1.4

Unix/macOs:

pip install IP2Trace==2.1.4

IP2Trace 2.1.32021-04-12T07:06:10Windows:

py -m pip install IP2Trace==2.1.3

Unix/macOs:

pip install IP2Trace==2.1.3

IP2Trace 2.1.12021-03-26T06:15:15Windows:

py -m pip install IP2Trace==2.1.1

Unix/macOs:

pip install IP2Trace==2.1.1

IP2Trace 2.1.02021-03-24T08:47:37Windows:

py -m pip install IP2Trace==2.1.0

Unix/macOs:

pip install IP2Trace==2.1.0

IP2Trace 2.0.12021-03-24T07:39:26Windows:

py -m pip install IP2Trace==2.0.1

Unix/macOs:

pip install IP2Trace==2.0.1

IP2Trace 2.0.02021-03-24T06:15:55Windows:

py -m pip install IP2Trace==2.0.0

Unix/macOs:

pip install IP2Trace==2.0.0

IP2Trace 1.0.02021-01-27T02:34:41Windows:

py -m pip install IP2Trace==1.0.0

Unix/macOs:

pip install IP2Trace==1.0.0


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

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

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_IP2Trace_downloaded_file>

On Unix/macOs:

pip install <path_to_IP2Trace_downloaded_file>


List distribution:

- IP2Trace-1.0.0-py3-none-any.whl
- IP2Trace-2.0.0-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
- IP2Trace-2.0.1-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
- IP2Trace-2.0.1.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
- IP2Trace-2.1.0-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
- IP2Trace-2.1.0.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
- IP2Trace-2.1.1-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
- IP2Trace-2.1.1.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
- IP2Trace-2.1.3-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
- IP2Trace-2.1.3.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
- IP2Trace-2.1.4-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
- IP2Trace-2.1.4.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
- IP2Trace-2.1.5-py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
- IP2Trace-2.1.5.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
- IP2Trace-2.1.6-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
- IP2Trace-2.1.6.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
- IP2Trace-2.1.7-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
- IP2Trace-2.1.7.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
- IP2Trace-3.0.0-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
- IP2Trace-3.1.0-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
- IP2Trace-3.1.1-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
- IP2Trace-3.1.2-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
- IP2Trace-3.1.3-py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
- IP2Trace-3.1.3.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)


Project link:

- Homepage
- Official Website