-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"no Qt platform plugin could be initialised" - Can't run openmc-plotter #111
Comments
Hi @harrytilston - Sorry for a much delayed response to this issue. Are you still experiencing this problem? I have also had similar issues. To be completely honest, my current solution is to make a dedicated conda environment for the plotter and launch it from there because I haven't been able to figure out the nuances of Qt when it comes to all this. |
Harry, I found the following fixed my issue to resolve some package dependencies- Check what packages it references in the error output (e.g. libxcb-xinerama0) Use apt-get to install them. The below command worked for me. You could just try this sudo apt-get install libxcb-xinerama0 |
Dear all, |
I wonder if this is something that happens on the latest versions of ubuntu which switched wayland display server when older versions of ubuntu used Xorg. Perhaps try switching the display server to xorg |
Thanks Mr Shimwell ! and export DISPLAY=:0 Works ! |
Hi, I'm having issues getting openmc-plotter to run. I was getting issues with pyside2, so i removed the environment I was using, and installed everything again. Openmc runs fine, but when I reinstalled openmc-plotter (using PIP), I get this error now.
"qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
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."
Any help would be much appreciated, I'm pretty lost.
Cheers.
The text was updated successfully, but these errors were encountered: