On a recent Ubuntu 24 install I got the following error when launching pycinema:
qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "***/python3.12/site-packages/cv2/qt/plugins" 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 an opencv problem. To fix this, I had to install the following packages:
On a recent Ubuntu 24 install I got the following error when launching pycinema:
This seems to be an
opencv
problem. To fix this, I had to install the following packages:sudo apt install '^libxcb.*-dev' libx11-xcb-dev libglu1-mesa-dev libxrender-dev libxi-dev libxkbcommon-dev libxkbcommon-x11-dev