gpt4all icon indicating copy to clipboard operation
gpt4all copied to clipboard

Qt platform plugin "wayland" not found in Void Linux musl

Open blacklightpy opened this issue 1 year ago • 4 comments
trafficstars

System Info

GPT4All: 3.5.4 Python: 3.12 System: Void GNU/Linux x86_64 with musl libc Desktop: Hyprland Wayland compositor

Information

  • [ ] The official example notebooks/scripts
  • [ ] My own modified scripts

Reproduction

./gpt4all-installer-linux.run

qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in ""

Expected behavior

It installs properly.

blacklightpy avatar Dec 02 '23 22:12 blacklightpy

Could you describe in more detail what you are seeing? Is the GUI not opening? Does it crash or exit with a nonzero status?

It is possible that our Linux installer does not include sufficient dependencies for Wayland support - you could try export QT_QPA_PLATF0RM=xcb before running the installer (and possibly unset WAYLAND_DISPLAY) with Xwayland installed.

cebtenzzre avatar Dec 05 '23 21:12 cebtenzzre

Not working. This is the output. And yes, crashing with nonzero status.

$ ./gpt4all-installer-linux.run
qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in ""
No marker found, stopped after 1.00 MB.

blacklightpy avatar Dec 05 '23 22:12 blacklightpy

No marker found, stopped after 1.00 MB.

This is the important part. Perhaps your download is corrupt/incomplete?

cebtenzzre avatar Dec 06 '23 19:12 cebtenzzre

oo I'll retry. My download was interrupted certainly.

blacklightpy avatar Dec 06 '23 20:12 blacklightpy