You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using a compute cluster and have set up feems in conda using the second, longer, method. I had to change the version of one of the dependencies but otherwise everything was sucessful. When I work through the example notebook, when I enter the code:
fig = plt.figure(dpi=300)
I get the error:
`fig = plt.figure(dpi=300)
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.
This seems to be a cluster-specific issue (and potentially a python wide issue too). I wonder if you can ask the sysadmins if they've seen an error like this before?
I'm using a compute cluster and have set up feems in conda using the second, longer, method. I had to change the version of one of the dependencies but otherwise everything was sucessful. When I work through the example notebook, when I enter the code:
fig = plt.figure(dpi=300)
I get the error:
`fig = plt.figure(dpi=300)
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, minimal, minimalegl, offscreen, vnc, webgl, xcb.`
I can't seem to find a solve for this.
TIA
The text was updated successfully, but these errors were encountered: