[./install.sh]: Command "meson compile -C build" has failed. While installing dots-hyprland on Arch Linux #1161
Unanswered
aditya-ig10
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I got the fix, Switch to GNOME and follow the following:
Error comes just simply ignore all and then after the installation
Boot to hyprland and you are good to go Moreover you can check hyprlock themes on my github profile if you want mac like: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
These are the logs
INFO: autodetecting backend as ninja
INFO: calculating backend command to run: /sbin/ninja -C /home/aditya/.cache/dots-hyprland/cache/gradience/build
ninja: Entering directory `/home/aditya/.cache/dots-hyprland/cache/gradience/build'
[1/2] Generating data/ui/blueprints with a custom command
FAILED: data/ui
/sbin/blueprint-compiler batch-compile data/ui/. ../data/ui ../data/ui/error_list_row.blp ../data/ui/palette_shades.blp ../data/ui/option_row.blp ../data/ui/window.blp ../data/ui/monet_theming_group.blp ../data/ui/app_type_dialog.blp ../data/ui/custom_css_group.blp ../data/ui/presets_manager_window.blp ../data/ui/reset_preset_group.blp ../data/ui/preferences_window.blp ../data/ui/plugin_row.blp ../data/ui/welcome_window.blp ../data/ui/preset_row.blp ../data/ui/builtin_preset_row.blp ../data/ui/explore_preset_row.blp ../data/ui/help_overlay.blp ../data/ui/save_dialog.blp ../data/ui/shell_prefs_window.blp ../data/ui/shell_theming_group.blp ../data/ui/repo_row.blp ../data/ui/no_plugin_window.blp ../data/ui/share_window.blp ../data/ui/theming_empty_group.blp
Traceback (most recent call last):
File "/sbin/blueprint-compiler", line 38, in
from blueprintcompiler import main
File "/usr/lib/python3.13/site-packages/blueprintcompiler/main.py", line 27, in
from . import formatter, interactive_port, parser, tokenizer
File "/usr/lib/python3.13/site-packages/blueprintcompiler/interactive_port.py", line 25, in
from . import decompiler, parser, tokenizer
File "/usr/lib/python3.13/site-packages/blueprintcompiler/decompiler.py", line 26, in
from .gir import *
File "/usr/lib/python3.13/site-packages/blueprintcompiler/gir.py", line 29, in
from gi.repository import GIRepository # type: ignore
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.13/site-packages/gi/repository/init.py", line 23, in
from ..importer import DynamicImporter
File "/usr/lib/python3.13/site-packages/gi/importer.py", line 32, in
from .module import get_introspection_module
File "/usr/lib/python3.13/site-packages/gi/module.py", line 28, in
from ._gi import
ImportError: cannot import name 'enum_register_new_gtype_and_add' from 'gi._gi' (/home/aditya/.local/state/ags/.venv/lib/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so)
ninja: build stopped: subcommand failed.
[./install.sh]: Command "meson compile -C build" has failed.
You may need to resolve the problem manually BEFORE repeating this command.
[Tip] If a certain package is failing to install, try installing it separately in another terminal.
[Tip] If a package is conflicting with its -git version, in another terminal, install the -git one.
r = Repeat this command (DEFAULT)
e = Exit now
i = Ignore this error and continue (your setup might not work correctly)
please provide me a fix for this
Beta Was this translation helpful? Give feedback.
All reactions