Graxpert.AI script fail to load in linux (Manjaro)

Siril 1.4 beta 2

After installing graxpert script, when I try to open it I get:

21:03:30: opencv-python is installed
21:03:30: Detected ONNX Runtime with providers: ['OpenVINOExecutionProvider', 'CPUExecutionProvider']
21:03:30: ONNX Runtime is already installed: onnxruntime-intel
21:03:34: Error initializing application: no display name and no $DISPLAY environment variable
21:03:34: Python process (PID: 480) exited with status 1

I am using linux Manjaro, Wayland and have a monitor connected.
I have tried to define the DISPLAY env variable and run Siril but still the same error.

Hello. You are using Wayland. You need to use x11 as tkinter is not compatible.

Install Wayland.

You mean XWayland? I have it installed and running but still have the same issue.

Yes sorry.

It should solve the issue however.

Try to start on x11.

The scripts run on my on Arch linux and wayland.

I recall running into a similar issue to yours with the Cosmic clarity python scripts. I believe I solved that by installing the python tkinter module which I believe both scripts use to open the dialog GUI.

Try running “python GraXpert-AI.py” from your linux shell and see if it fails to load any modules.