You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

OCI: How To Install psutil Offline without using pip3 and Internet

in Linux 1 comment

Applies to: 

Linux OS - Version Oracle Linux 7.0 and later

Oracle Cloud Infrastructure - Version N/A and later

Linux x86-6


Goal

The goal of this document is to Install psutil offline without using pip3 and NO Internet


SOLUTION

1) Verify python3 and python3-devel rpms are installed as root user 

 # rpm -qa | egrep 'python3|python3-devel'


2) If the above rpms are not installed is not installed, please run below command as root

$ yum install python3 python3-devel -y


3) Generally, psutil can be installed via pip3 utility if instance can reach outside world, 

 But in case if the instance is in isolated environment, then below steps can be implemented.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!