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: Python-cssutils failed to install #874

Open kito30 opened 2 months ago

kito30 commented 2 months ago

Is there an existing issue for this?

What happened?

When install via github build version. Python-cssutils could not install ERROR: 'pacman' failed to install missing dependencies. ==> Missing dependencies: -> python-cssutils ==> Checking buildtime dependencies... ==> ERROR: Could not resolve all dependencies.

To Reproduce

git clone https://aur.archlinux.org/gradience-git.git cd gradience-git makepkg -sic Failed to install the package

Expected behavior

To be installed

Screenshots

No response

OS

EndeavourOS

DE/WM version

Hyprland

Version

0.3.1.r2

Installation method

Other

Enabled system extensions (GNOME specific)

No response

Additional context

No response

Code of Conduct

github-actions[bot] commented 2 months ago

Welcome on Gradience. 🥳 We really appreciate your contribution. The core team will review your issue as soon as possible. You can also join the Matrix room: https://matrix.to/#/#Gradience-space:envs.net or the Discord server: https://discord.com/invite/4njFDtfGEZ

arm32x commented 2 months ago

python-cssutils is only available from the AUR and is not available in the Arch repositories. makepkg does not automatically install AUR dependencies, so you will need to install them yourself before you can install Gradience. Most AUR helpers will do this for you.

Disclaimer: I am not a member of the Gradience team.