Description
Launching Maya with any Qt 5 binding on your PYTHONPATH results in some of Pyblish's GUIs to cause Maya to segfault.
It's because it default to trying to find the most recent bindings for its GUIs, but Qt 5 isn't supported by Maya and thus causes it to crash.
Solution
Exclude unsupported bindings from the automatic lookup mechanism.