Hyprland icon indicating copy to clipboard operation
Hyprland copied to clipboard

Unhandled python OSError

Open Tarch1 opened this issue 1 year ago • 2 comments

Hello, I'm using Artix and would like to install it, but I'm having this error by compiling it manually or using an AUR helper (I've installed all dependencies); OSError: [Errno 8] Exec format error: '/usr/bin/glslangValidator'

ERROR: Unhandled Python OSE error. This is probably not a Meson bug, but a problem with your build environment. WARNING: Running the setup command as meson [options] instead of meson setup [options] is ambiguous and deprecated.

Greetings

Tarch1 avatar Nov 18 '22 09:11 Tarch1

What are you running to install hl? AUR? local clone? If local, what command?

This seems like you're missing some meson deps. Tried googling the error?

vaxerski avatar Nov 18 '22 10:11 vaxerski

Yep both aur and cloning; I've installed these dep like was said in the wiki: gdb ninja gcc cmake libxcb xcb-proto xcb-util xcb-util-keysyms libxfixes libx11 libxcomposite xorg-xinput libxrender pixman wayland-protocols cairo pango seatd libxkbcommon xcb-util-wm xorg-xwayland

and cloning with: git clone --recursive https://github.com/hyprwm/Hyprland cd Hyprland sudo make install

I didn't try the manual installation, by copying files in relatives folder, because it will work wo problem. tried to google the error but I can't find any clue related to glslangValidator

Tarch1 avatar Nov 18 '22 17:11 Tarch1

Are you on x86?

vaxerski avatar Nov 18 '22 19:11 vaxerski

Yes

Tarch1 avatar Nov 18 '22 20:11 Tarch1

no clue then. Seems like a problem with meson & your system more than anything else.

vaxerski avatar Nov 19 '22 00:11 vaxerski

Yes was seatd that conflicted with other files during its installation. Thanks for the help And congrats for your work

Tarch1 avatar Nov 19 '22 10:11 Tarch1