WARNING: Could not load the Qt platform plugin "xcb" in "" even though it was found.
08:56:47 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.
08:56:47 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 tried to reinstall it, but it didn't help.
I had a similar problem in the past in a GUI app that didn't require GPU as a mandatory requirement.
The problem was solved when I installed PyQt5 and QtPy independently but in this case the pip install "napari[all]" install both as you can see in the following pip list:
Hey, you all, In working on Linux remote cluster I followed the instructions in the installation part, and then I submitted bsub missions with GPU:
when in running
Im getting:
I tried to reinstall it, but it didn't help.
I had a similar problem in the past in a GUI app that didn't require GPU as a mandatory requirement. The problem was solved when I installed PyQt5 and QtPy independently but in this case the
pip install "napari[all]"
install both as you can see in the following pip list:Please help me with this issue. Thanks