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

How to install netaddr via python pip




netaddr - A network address manipulation library for Python, it belongs to Classifiers:

- Intended Audience :: Education
- Intended Audience :: Information Technology
- Intended Audience :: Science/Research
- Intended Audience :: System Administrators
- Intended Audience :: Telecommunications Industry
- License :: OSI Approved :: BSD License
- Topic :: Security
- Topic :: Software Development :: Quality Assurance
- Topic :: Software Development :: Testing
- Topic :: Software Development :: Testing :: Traffic Generation
- Topic :: System
- Topic :: System :: Benchmark
- Topic :: System :: Clustering
- Topic :: System :: Distributed Computing
- Topic :: System :: Installation/Setup
- Topic :: System :: Logging
- Topic :: System :: Monitoring
- Topic :: System :: Networking
- Topic :: System :: Networking :: Time Synchronization
- Topic :: Utilities

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



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_netaddr_env

- Active the virtual environment

test_netaddr_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_netaddr_env

- Active the virtual environment

source test_netaddr_env/bin/active


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

To install netaddr on Windows(CMD):

py -m pip install netaddr

To install netaddr on Unix/macOs:

pip install netaddr


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

Example:

pip install netaddr==0.3.1


Please see the version list below table:

VersionReleased dateCommand
netaddr 0.8.02020-07-03T14:43:37Windows:

py -m pip install netaddr==0.8.0

Unix/macOs:

pip install netaddr==0.8.0

netaddr 0.7.202020-06-18T23:23:44Windows:

py -m pip install netaddr==0.7.20

Unix/macOs:

pip install netaddr==0.7.20

netaddr 0.7.192017-01-13T13:16:45Windows:

py -m pip install netaddr==0.7.19

Unix/macOs:

pip install netaddr==0.7.19

netaddr 0.7.182015-09-03T22:07:30Windows:

py -m pip install netaddr==0.7.18

Unix/macOs:

pip install netaddr==0.7.18

netaddr 0.7.172015-08-31T07:33:29Windows:

py -m pip install netaddr==0.7.17

Unix/macOs:

pip install netaddr==0.7.17

netaddr 0.7.162015-08-30T20:57:03Windows:

py -m pip install netaddr==0.7.16

Unix/macOs:

pip install netaddr==0.7.16

netaddr 0.7.152015-06-29T07:39:36Windows:

py -m pip install netaddr==0.7.15

Unix/macOs:

pip install netaddr==0.7.15

netaddr 0.7.142015-03-31T21:50:28Windows:

py -m pip install netaddr==0.7.14

Unix/macOs:

pip install netaddr==0.7.14

netaddr 0.7.132014-12-31T16:24:05Windows:

py -m pip install netaddr==0.7.13

Unix/macOs:

pip install netaddr==0.7.13

netaddr 0.7.122014-07-06T10:41:40Windows:

py -m pip install netaddr==0.7.12

Unix/macOs:

pip install netaddr==0.7.12

netaddr 0.7.112014-03-19T23:58:39Windows:

py -m pip install netaddr==0.7.11

Unix/macOs:

pip install netaddr==0.7.11

netaddr 0.7.102012-09-06T23:06:52Windows:

py -m pip install netaddr==0.7.10

Unix/macOs:

pip install netaddr==0.7.10

netaddr 0.7.92012-08-29T00:01:54Windows:

py -m pip install netaddr==0.7.9

Unix/macOs:

pip install netaddr==0.7.9

netaddr 0.7.82012-08-28T23:40:44Windows:

py -m pip install netaddr==0.7.8

Unix/macOs:

pip install netaddr==0.7.8

netaddr 0.7.72012-05-31T00:55:51Windows:

py -m pip install netaddr==0.7.7

Unix/macOs:

pip install netaddr==0.7.7

netaddr 0.7.62011-09-13T23:42:59Windows:

py -m pip install netaddr==0.7.6

Unix/macOs:

pip install netaddr==0.7.6

netaddr 0.7.52010-10-05T22:33:20Windows:

py -m pip install netaddr==0.7.5

Unix/macOs:

pip install netaddr==0.7.5

netaddr 0.7.42009-12-16T11:11:29Windows:

py -m pip install netaddr==0.7.4

Unix/macOs:

pip install netaddr==0.7.4

netaddr 0.7.32009-09-14T22:39:00Windows:

py -m pip install netaddr==0.7.3

Unix/macOs:

pip install netaddr==0.7.3

netaddr 0.7.22009-08-20T21:10:16Windows:

py -m pip install netaddr==0.7.2

Unix/macOs:

pip install netaddr==0.7.2

netaddr 0.7.12009-08-14T20:53:52Windows:

py -m pip install netaddr==0.7.1

Unix/macOs:

pip install netaddr==0.7.1

netaddr 0.72009-08-11T23:26:57Windows:

py -m pip install netaddr==0.7

Unix/macOs:

pip install netaddr==0.7

netaddr 0.6.42009-08-11T23:17:03Windows:

py -m pip install netaddr==0.6.4

Unix/macOs:

pip install netaddr==0.6.4

netaddr 0.6.32009-06-23T22:17:10Windows:

py -m pip install netaddr==0.6.3

Unix/macOs:

pip install netaddr==0.6.3

netaddr 0.6.22009-04-13T14:55:32Windows:

py -m pip install netaddr==0.6.2

Unix/macOs:

pip install netaddr==0.6.2

netaddr 0.6.12009-04-07T20:57:20Windows:

py -m pip install netaddr==0.6.1

Unix/macOs:

pip install netaddr==0.6.1

netaddr 0.62009-01-22T01:22:41Windows:

py -m pip install netaddr==0.6

Unix/macOs:

pip install netaddr==0.6

netaddr 0.5.22008-09-29T22:46:20Windows:

py -m pip install netaddr==0.5.2

Unix/macOs:

pip install netaddr==0.5.2

netaddr 0.5.12008-09-22T23:54:28Windows:

py -m pip install netaddr==0.5.1

Unix/macOs:

pip install netaddr==0.5.1

netaddr 0.52008-09-20T00:46:16Windows:

py -m pip install netaddr==0.5

Unix/macOs:

pip install netaddr==0.5

netaddr 0.42008-08-07T22:32:43Windows:

py -m pip install netaddr==0.4

Unix/macOs:

pip install netaddr==0.4

netaddr 0.3.12008-07-15T21:59:13Windows:

py -m pip install netaddr==0.3.1

Unix/macOs:

pip install netaddr==0.3.1


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

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

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_netaddr_downloaded_file>

On Unix/macOs:

pip install <path_to_netaddr_downloaded_file>


List distribution:

- netaddr-0.3.1.tar.gz
- netaddr-0.3.1.win32.exe
- netaddr-0.3.1.zip
- netaddr-0.4.tar.gz
- netaddr-0.4.win32.exe
- netaddr-0.4.zip
- netaddr-0.5.tar.gz
- netaddr-0.5.win32.exe
- netaddr-0.5.zip
- netaddr-0.5.1.tar.gz
- netaddr-0.5.1.win32.exe
- netaddr-0.5.1.zip
- netaddr-0.5.2.tar.gz
- netaddr-0.5.2.win32.exe
- netaddr-0.5.2.zip
- netaddr-0.6-py2.5.egg
- netaddr-0.6.tar.gz
- netaddr-0.6.win32.exe
- netaddr-0.6.zip
- netaddr-0.6.1-py2.4.egg
- netaddr-0.6.1-py2.5.egg
- netaddr-0.6.1-py2.6.egg
- netaddr-0.6.1.tar.gz
- netaddr-0.6.1.win32.exe
- netaddr-0.6.1.zip
- netaddr-0.6.2-py2.4.egg
- netaddr-0.6.2-py2.5.egg
- netaddr-0.6.2-py2.6.egg
- netaddr-0.6.2.tar.gz
- netaddr-0.6.2.win32.exe
- netaddr-0.6.2.zip
- netaddr-0.6.3-py2.4.egg
- netaddr-0.6.3-py2.5.egg
- netaddr-0.6.3-py2.6.egg
- netaddr-0.6.3.tar.gz
- netaddr-0.6.3.win32.exe
- netaddr-0.6.3.zip
- netaddr-0.6.4-py2.4.egg
- netaddr-0.6.4-py2.5.egg
- netaddr-0.6.4-py2.6.egg
- netaddr-0.6.4.tar.gz
- netaddr-0.6.4.win32.exe
- netaddr-0.6.4.zip
- netaddr-0.7-py2.4.egg
- netaddr-0.7-py2.5.egg
- netaddr-0.7-py2.6.egg
- netaddr-0.7.tar.gz
- netaddr-0.7.win32.exe
- netaddr-0.7.zip
- netaddr-0.7.1-py2.4.egg
- netaddr-0.7.1-py2.5.egg
- netaddr-0.7.1-py2.6.egg
- netaddr-0.7.1.tar.gz
- netaddr-0.7.1.win32.exe
- netaddr-0.7.1.zip
- netaddr-0.7.2-py2.4.egg
- netaddr-0.7.2-py2.5.egg
- netaddr-0.7.2-py2.6.egg
- netaddr-0.7.2.tar.gz
- netaddr-0.7.2.win32.exe
- netaddr-0.7.2.zip
- netaddr-0.7.3-py2.4.egg
- netaddr-0.7.3-py2.5.egg
- netaddr-0.7.3-py2.6.egg
- netaddr-0.7.3.tar.gz
- netaddr-0.7.3.win32.exe
- netaddr-0.7.3.zip
- netaddr-0.7.10-py2.7.egg
- netaddr-0.7.10.tar.gz
- netaddr-0.7.10.zip
- netaddr-0.7.11-py2.7.egg
- netaddr-0.7.11.tar.gz
- netaddr-0.7.11.zip
- netaddr-0.7.12-py2.7.egg
- netaddr-0.7.12.tar.gz
- netaddr-0.7.12.zip
- netaddr-0.7.13-py2.7.egg
- netaddr-0.7.13-py2.py3-none-any.whl
- netaddr-0.7.13.tar.gz
- netaddr-0.7.13.zip
- netaddr-0.7.14-py2.7.egg
- netaddr-0.7.14-py2.py3-none-any.whl
- netaddr-0.7.14.tar.gz
- netaddr-0.7.14.zip
- netaddr-0.7.15-py2.7.egg
- netaddr-0.7.15-py2.py3-none-any.whl
- netaddr-0.7.15.tar.gz
- netaddr-0.7.15.zip
- netaddr-0.7.16-py2.7.egg
- netaddr-0.7.16-py2.py3-none-any.whl
- netaddr-0.7.16.tar.gz
- netaddr-0.7.16.zip
- netaddr-0.7.17-py2.7.egg
- netaddr-0.7.17-py2.py3-none-any.whl
- netaddr-0.7.17.tar.gz
- netaddr-0.7.17.zip
- netaddr-0.7.18-py2.py3-none-any.whl
- netaddr-0.7.18-py3.4.egg
- netaddr-0.7.18.tar.gz
- netaddr-0.7.18.zip
- netaddr-0.7.19-py2.py3-none-any.whl
- netaddr-0.7.19.tar.gz
- netaddr-0.7.20-py2.py3-none-any.whl
- netaddr-0.7.20.tar.gz
- netaddr-0.8.0-py2.py3-none-any.whl
- netaddr-0.8.0.tar.gz


Project link:

- Homepage
- Download