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

bug: No module name 'sass' #906

Open
2 tasks done
K4R7IK opened this issue Jun 16, 2024 · 0 comments
Open
2 tasks done

bug: No module name 'sass' #906

K4R7IK opened this issue Jun 16, 2024 · 0 comments
Labels
type/bug Something isn't working

Comments

@K4R7IK
Copy link

K4R7IK commented Jun 16, 2024

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
@K4R7IK K4R7IK added the type/bug Something isn't working label Jun 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type/bug Something isn't working
Projects
Status: Todo
Development

No branches or pull requests

1 participant