We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi I have this error using the script bash -c "$(wget -qO- https://git.io/vQgMr)"
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
The text was updated successfully, but these errors were encountered:
When you run pip3 list what is the output? It looks like your are missing the tomi_w pip package.
pip3 list
Sorry, something went wrong.
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.
tomli_w
apply-alacritty.py
xfce4-terminal
This makes to me no sense, as apply-alacritty.py shouldn't been called. What was your TERMINAL env?
TERMINAL
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.
tomli
ruamel.yaml
No branches or pull requests
Hi
I have this error using the script
bash -c "$(wget -qO- https://git.io/vQgMr)"
I'm currently unable to change the theme
Envirorment : XFCE
Terminal : xfce4-terminal
Not currently tested with other DEs and terminals
The text was updated successfully, but these errors were encountered: