pacgraph icon indicating copy to clipboard operation
pacgraph copied to clipboard

pacgraph-tk fails to start due to outdated dependency on imp module

Open ekorchmar opened this issue 9 months ago • 0 comments

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

ekorchmar avatar May 03 '24 15:05 ekorchmar