-
-
Notifications
You must be signed in to change notification settings - Fork 12
Description
After installing with pipx inject I get qt error when I try to use vpype show e.g. "vpype random show" works fine, but after injecting hatched I get the error below. Thoughts?
$ vpype --version
vpype 1.11.0a0
$ pipx inject vpype hatched
injected package hatched into venv vpype
done!
$ vpype random show
QObject::moveToThread: Current thread (0x564880d67810) is not the object's thread (0x564880d74d20).
Cannot move to target thread (0x564880d67810)
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "/home/art/.local/pipx/venvs/vpype/lib/python3.9/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