pacgraph
pacgraph copied to clipboard
pacgraph-tk fails to start due to outdated dependency on imp module
imp module has been deprecated since version 3.4, and is completely removed from version 3.12, which is installed by default with sudo pacman -Syu python3. importlib should be used instead.
https://docs.python.org/3.11/library/imp.html