You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
ekorchmar
changed the title
pacgraph-tk fails to start due to outdated depend on imp module which is deprecated in current versions of Python
pacgraph-tk fails to start due to outdated dependency on imp module
May 3, 2024
imp
module has been deprecated since version 3.4, and is completely removed from version 3.12, which is installed by default withsudo pacman -Syu python3
.importlib
should be used instead.https://docs.python.org/3.11/library/imp.html
The text was updated successfully, but these errors were encountered: