Tools Troubleshooting - epam/cloud-pipeline GitHub Wiki
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
- Debug QT:
export QT_DEBUG_PLUGINS=1
- Fix:
yum install -y xcb-util-cursor-devel
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
export QT_DEBUG_PLUGINS=1
yum install -y xcb-util-cursor-devel