You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when trying to use show the following errors are produced
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" 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: minimalegl, offscreen, wayland, vkkhrdisplay, wayland-egl, minimal, linuxfb, vnc, eglfs, xcb.
Aborted (core dumped)
As a workaround when installing 1.3.1 use ver. 6.4..3
pipx inject vpype pyside6==6.4.3
Alternatively
sudo apt install libxcb-cursor0 -y
The text was updated successfully, but these errors were encountered:
There are breaking changes on PySide 6.5.0.
when trying to use
show
the following errors are producedAs a workaround when installing 1.3.1 use ver. 6.4..3
pipx inject vpype pyside6==6.4.3
Alternatively
sudo apt install libxcb-cursor0 -y
The text was updated successfully, but these errors were encountered: