Go to advanced search

by saraz
Sun Mar 29, 2020 7:58 am
Forum: Python
Topic: How to solve: module "QtQuick.VirtualKeyboard" is not installed"
Replies: 1
Views: 430

How to solve: module "QtQuick.VirtualKeyboard" is not installed"

Hi I try to run a virtual keyboard code with Pyside2 and .qml file on raspberry pi 4 when I run code, I get an error : module "QtQuick.VirtualKeyboard" is not installed" How can I solve it? my .py code: import sys, os import PySide2.QtQml from PySide2.QtQuick import QQuickView from PySide2.QtCore im...
by saraz
Sat Mar 28, 2020 5:50 pm
Forum: Python
Topic: How to solve 'Unable to locate package python3-pyside2'
Replies: 5
Views: 445

Re: How to solve 'Unable to locate package python3-pyside2'

Further searching suggest that that pyside2 for buster has to be installed like this Raspbian Buster has now been released and Pyside2 can be installed using: $apt-get install python3-pyside2.qt3dcore python3-pyside2.qt3dinput python3-pyside2.qt3dlogic python3-pyside2.qt3drender python3-pyside2.qtc...
by saraz
Sat Mar 28, 2020 4:19 pm
Forum: Python
Topic: How to solve 'Unable to locate package python3-pyside2'
Replies: 5
Views: 445

Re: How to solve 'Unable to locate package python3-pyside2'

sudo pip3 install PySide2 ? There doesn't seem to be a (meta) package for pyside2, just a load of individual packages https://packages.debian.org/search?suite=default§ion=all&arch=any&searchon=names&keywords=python3-pyside2 I test it, but I have a ]problem: Looking in indexes: https://pypi.org/...
by saraz
Sat Mar 28, 2020 3:43 pm
Forum: Python
Topic: How to solve 'Unable to locate package python3-pyside2'
Replies: 5
Views: 445

How to solve 'Unable to locate package python3-pyside2'

Hi I try to install pyside2 on my raspberry with this command: sudo apt install python3-Pyside2 at the result I get: Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package python3-Pyside2 I check my source.list and it is empty how can I i...

Go to advanced search