How to install ipaddr package on RHEL8/Centos/Fedora?

How to install ipaddr package on RHEL8/Centos/Fedora?

No module named 'ipaddr' error, we need to install missing ipaddr package

In this page explained how to install ipaddr package in different ways.

We can install the ipaddr package using pip command as below,

pip install ipaddr

If not installed, We can also install the ipaddr 2.2.0 package using below steps,

1. Download the ipaddr package from here

# wget https://pypi.python.org/packages/9d/a7/1b39a16cb90dfe491f57e1cab3103a15d4e8dd9a150872744f531b1106c1/ipaddr-2.2.0.tar.gz#md5=f88353e40dec06410acfa075b8209b27

Check downloaded or not using ls command.

# ls

2.Unzip the downloaded file using tar command.

# tar -xvzf ipaddr-2.2.0.tar.gz

3.Go to ipaddr-2.2.0 directory

# cd ipaddr-2.2.0/

4.Intall python3 if not installed on system.

# yum install python38

5.Install ipaddr package using python3 command.

# python3 setup.py install



Python installation

Privacy Policy  |  Copyrightcopyright symbol2020 - All Rights Reserved.  |  Contact us   |  Report website issues in Github   |  Facebook page   |  Google+ page

Email Facebook Google LinkedIn Twitter
^