The libvirt virtualization API python binding provides a module that permits applications written in the Python programming language to call the interface supplied by the libvirt library, to manage the virtualization capabilities of recent versions of Linux and other OSes.
The libvirt virtualization API python binding provides a module that permits applications written in the Python programming language to call the interface supplied by the libvirt library, to manage the virtualization capabilities of recent versions of Linux and other OSes.
To install py311-libvirt, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py311-libvirt
To see what files were installed by py311-libvirt, run:
port contents py311-libvirt
To later upgrade py311-libvirt, run:
sudo port selfupdate && sudo port upgrade py311-libvirt
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.