Skip to content

Can't launch wpgtk from fresh install #325

@ceviches

Description

@ceviches

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions