This repository was archived by the owner on Jul 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 55
This repository was archived by the owner on Jul 23, 2024. It is now read-only.
bug: imp Module error #890
Copy link
Copy link
Open
Labels
type/bugSomething isn't workingSomething isn't working
Description
Is there an existing issue for this?
- I have searched the existing issues
What happened?
After recent update of python on arch linux
Traceback (most recent call last):
File "/usr/lib/python3.12/site-packages/yapsy/PluginManager.py", line 132, in <module>
import importlib.abc.Loader as imp
ModuleNotFoundError: No module named 'importlib.abc.Loader'; 'importlib.abc' is not a package
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/bin/gradience", line 70, in <module>
from gradience.frontend import main
File "/usr/lib/python3.12/site-packages/gradience/frontend/main.py", line 37, in <module>
from gradience.frontend.views.plugins_list import GradiencePluginsList
File "/usr/lib/python3.12/site-packages/gradience/frontend/views/plugins_list.py", line 22, in <module>
from yapsy.PluginManager import PluginManager
File "/usr/lib/python3.12/site-packages/yapsy/PluginManager.py", line 134, in <module>
import imp
ModuleNotFoundError: No module named 'imp'
To Reproduce
update python to latest on arch linux and try running gradience.
Expected behavior
No response
Screenshots
No response
OS
Arch Linux
DE/WM version
Hyprland
Version
Gradience, version 0.8.0-beta2
Installation method
AUR
Enabled system extensions (GNOME specific)
No response
Additional context
No response
Code of Conduct
- I agree to follow this project's Code of Conduct
meowmeowahr, Almamu, ceuk, NONAN23x, gustavojoaquin and 1 more
Metadata
Metadata
Assignees
Labels
type/bugSomething isn't workingSomething isn't working
Type
Projects
Status
Todo