View Single Post
Old 08-22-2018, 02:20 PM   #11
unleashkids
Junior Member
unleashkids began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Jun 2018
Device: none
Quote:
Originally Posted by norbusan View Post
Hmm, that should be fixed by now since python-pyqt5 is back in testing, as can be seen at https://packages.debian.org/search?k...s=python-pyqt5
Indeed "apt install python-pyqt5" solves half the issue — after temporarily switching to Debian's testing repo using:

echo "deb http://raspbian.raspberrypi.org/raspbian/ testing main" > /etc/apt/sources.list.d/rpi-testing.list

So the core problem is: how do we include virtual package qtbase-abi-5-10-0 on Raspbian / Raspberry Pi? Since "parent" package libqt5core5a is unfortunately not providing this

Last edited by unleashkids; 08-22-2018 at 02:32 PM.
unleashkids is offline   Reply With Quote