I am currently trying to run a program written to use PyQt5 in a Wayland session on KDE Neon, but I am encountering this error when I attempt to launch it:
This application failed to start because it could not find or load the Qt platform plugin "wayland"
in "".
Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, xcb.
Reinstalling the application may fix this problem.
It was suggested to me that I make sure that qtwayland5 is already installed on my system, and that is the case, so that doesn't appear to be the source of the issue.
Additionally, I have confirmed that this issue persists with using both the version of PyQt5 found in my distro's repos as well as with the latest version of PyQt5 installed within a virtualenv.