i'm on CachyOS.
sorry if it's too silly, i'm new to linux and it's my first time trying to use pywal and wpgtk.
have already tried a few solutions i saw around here, but it didn't work.
installed via commands pipx install pywal16 and pipx install wpgtk:
- installing as user gives me a message to use
pipx ensurepath to automatically fix the path, but it still gives me the same error when trying to launch the GUI.
- installing with
sudo does not even let me use the wpg command, as if it doesn't exist in my system.
also tried the manual install, but it requires editing the bash file and i didn't understand how it's done despite following instructions from the pywal installation guide and another website.
❯ wpg
Traceback (most recent call last):
File "/home/ceviche/.local/bin/wpg", line 6, in <module>
sys.exit(main())
~~~~^^
File "/home/ceviche/.local/share/pipx/venvs/wpgtk/lib/python3.14/site-packages/wpgtk/__main__.py", line 318, in main
_gui = __import__("wpgtk.gui.theme_picker", fromlist=['theme_picker'])
File "/home/ceviche/.local/share/pipx/venvs/wpgtk/lib/python3.14/site-packages/wpgtk/gui/theme_picker.py", line 4, in <module>
from . import color_grid
File "/home/ceviche/.local/share/pipx/venvs/wpgtk/lib/python3.14/site-packages/wpgtk/gui/color_grid.py", line 11, in <module>
from . import util as gui_util
File "/home/ceviche/.local/share/pipx/venvs/wpgtk/lib/python3.14/site-packages/wpgtk/gui/util.py", line 1, in <module>
from gi import require_version
ModuleNotFoundError: No module named 'gi'
i'm on CachyOS.
sorry if it's too silly, i'm new to linux and it's my first time trying to use pywal and wpgtk.
have already tried a few solutions i saw around here, but it didn't work.
installed via commands
pipx install pywal16andpipx install wpgtk:pipx ensurepathto automatically fix the path, but it still gives me the same error when trying to launch the GUI.sudodoes not even let me use thewpgcommand, as if it doesn't exist in my system.also tried the manual install, but it requires editing the bash file and i didn't understand how it's done despite following instructions from the pywal installation guide and another website.