qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
Solved
Installation and Deployment
-
It's loaded as part of a python script, and the problem is in matplotlib code.
It looks like it's potentially a problem with PyTorch's DataLoader using threads, and then me asking matplotlib to imshow some data that was originally loaded on a different thread. But I can't go much deeper than that because the rest is all in libraries.