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 py312-libvirt, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py312-libvirt
To see what files were installed by py312-libvirt, run:
port contents py312-libvirt
To later upgrade py312-libvirt, run:
sudo port selfupdate && sudo port upgrade py312-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.