Skip to content
This repository was archived by the owner on Jul 23, 2024. It is now read-only.
This repository was archived by the owner on Jul 23, 2024. It is now read-only.

bug: No module name 'sass' #906

Description

@K4R7IK

Is there an existing issue for this?

  • I have searched the existing issues

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

  • I agree to follow this project's Code of Conduct

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    type/bugSomething isn't working

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions