-
Notifications
You must be signed in to change notification settings - Fork 7
Description
I used Linux system O2 portal and installed there. However, when I run python main.py, I received error message as shown below. Could you give me some suggestion for debugging? Thank you very much!
[suw469@compute-g-17-146 ~]$ cd CellTrackerEnv
[suw469@compute-g-17-146 CellTrackerEnv]$ source ./bin/activate
(CellTrackerEnv) [suw469@compute-g-17-146 CellTrackerEnv]$ cd cell-tracker
bash: cd: cell-tracker: No such file or directory
(CellTrackerEnv) [suw469@compute-g-17-146 CellTrackerEnv]$ cd CellTracker
(CellTrackerEnv) [suw469@compute-g-17-146 CellTracker]$ python main.py
QObject::moveToThread: Current thread (0x265b230) is not the object's thread (0x9363650).
Cannot move to target thread (0x265b230)
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "/home/suw469/CellTrackerEnv/lib/python3.10/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.
Available platform plugins are: xcb, eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, webgl.
Aborted