GradienceTeam / Gradience

Change the look of Adwaita, with ease
https://gradienceteam.github.io
GNU General Public License v3.0
1.29k stars 46 forks source link

bug: No module name 'sass' #906

Open K4R7IK opened 1 week ago

K4R7IK commented 1 week ago

Is there an existing issue for this?

What happened?

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'

To Reproduce

  1. Install gradience-git (0.8.0.beta1.r220.g3abe611a-1)
  2. Run gradience via terminal

Expected behavior

Gradience should open

Screenshots

image

OS

Arch Linux

DE/WM version

Hyprland 0.41.1

Version

0.8.0.beta1.r220.g3abe611a-1

Installation method

AUR

Enabled system extensions (GNOME specific)

No response

Additional context

No response

Code of Conduct