Gogh icon indicating copy to clipboard operation
Gogh copied to clipboard

[BUG-REGRESSION] Unable to change theme -> No module named 'tomli_w'

Open thealio opened this issue 10 months ago • 3 comments

Hi I have this error using the script bash -c "$(wget -qO- https://git.io/vQgMr)"

Traceback (most recent call last):
  File "<string>", line 7, in <module>
ModuleNotFoundError: No module named 'tomli_w'

I'm currently unable to change the theme

Envirorment : XFCE Terminal : xfce4-terminal

Not currently tested with other DEs and terminals

thealio avatar Apr 07 '24 19:04 thealio

When you run pip3 list what is the output? It looks like your are missing the tomi_w pip package.

asalois avatar May 25 '24 18:05 asalois

Strange, when grepping for tomli_w I can only find it in apply-alacritty.py but you tried to apply to the xfce4-terminal terminal.

This makes to me no sense, as apply-alacritty.py shouldn't been called. What was your TERMINAL env?

stablestud avatar May 30 '24 23:05 stablestud

I encountered the same problem with Ubuntu 24.04. After installing packages tomli, tomli_w and ruamel.yaml with pip, gogh has completed its job well.

Sonic0 avatar Jul 12 '24 20:07 Sonic0