Issue with virtualkeyboard and Pyside6
-
Hello !
I'm struggling with an issue with the virtualkeyboard of Qt using Pyside6 :
I have tried my app on a RaspberryPi with debian and no issue at all with the keyboard, with just a pip install pyside6, everything is working fine.
But on a regular PC with Ubuntu (22 and 24), after installing pyside6 with pip install pyside6 , I keep getting this error :
qrc:/qt-project.org/imports/QtQuick/VirtualKeyboard/InputPanel.qml: No such file or directory
I've tried everything that I can find online : install some more packages, try to launch my app with Qt creator, install Qt and customize it to install Virtualkeyboard too, even clone the source file of the keyboard and compile it...
Does anyone have an idea of what can be the issue here ?
Thanks a lot !
-
Hi and welcome to devnet,
Which version of PySide6 are you using ?
-
Hello !
I was using V6.9.0 and with a downgrade to 6.7.3 everything works perfectly fine !
So I think it's a bug due to the V6.9.0 version -
-
Did you check the bug report system ?
If not please do and if there's nothing already there, open a new ticket with the information you have. It's seems there's a packaging issue at play. -
Did you check the bug report system ?
If not please do and if there's nothing already there, open a new ticket with the information you have. It's seems there's a packaging issue at play.@SGaist I will check it !
-
Don't forget to post the link to the report here :-)
-