I am trying to run a napari-based python program. I am getting the following error message
WARNING: Could not load the Qt platform plugin "xcb" in "" even though it was found.
01:04:11 WARNING:Could not load the Qt platform plugin "xcb" in "" even though it was found.
WARNING: This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, webgl, xcb.
01:04:11 WARNING:This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, webgl, xcb.
Aborted (core dumped)
I am not really sure what QT is and why it is causing these problems. I have tried installing QT5 directly from the website, but that did not resolve it either.
I have looked at old threads for these issues and they seem to have slightly different issues, and I am finding it difficult to apply their answers to mine.
Any assistance would be appreciated. I am doing all of my work in a conda environment running Python3.