Install python3-psutil by entering the following commands in the terminal:
sudo apt update sudo apt install python3-psutil
Description:
module providing convenience functions for managing processes (Python3)
psutil is a module providing an interface for retrieving information on running processes and system utilization (CPU, memory) in a portable way by using Python, implementing many functionalities offered by tools like ps, top and Windows task manager. . It currently supports Linux, OS X, FreeBSD and Windows. . This package contains the Python 3 version of psutil.
Homepage: https://github.com/giampaolo/psutil
Version: 5.4.2-1
Section: python