Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ekorchmar opened this issue May 3, 2024 · 0 comments
Open

Comments

@ekorchmar
Copy link

ekorchmar commented 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 with sudo pacman -Syu python3. importlib should be used instead.

https://docs.python.org/3.11/library/imp.html

@ekorchmar 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant