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
{{ message }}
This repository was archived by the owner on Jul 23, 2024. It is now read-only.
Install the latest gradience-git package and running it throws error.
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 36, in <module>
from gradience.frontend.views.main_window import GradienceMainWindow
File "/usr/lib/python3.12/site-packages/gradience/frontend/views/main_window.py", line 25, in <module>
from gradience.frontend.widgets.shell_theming_group import GradienceShellThemingGroup
File "/usr/lib/python3.12/site-packages/gradience/frontend/widgets/shell_theming_group.py", line 30, in <module>
from gradience.backend.theming.shell import ShellTheme
File "/usr/lib/python3.12/site-packages/gradience/backend/theming/shell.py", line 23, in <module>
import sass
ModuleNotFoundError: No module named 'sass'