<div dir="ltr"><div>You can find some pyside2 packages in following Ubuntu PPA<br></div><div><br></div><div><div>sudo apt-get install software-properties-common</div><div>sudo add-apt-repository ppa:thopiekar/pyside-git</div><div>sudo apt-get update</div><div>apt-get install python3-pyside2</div></div><div><br></div><div><br></div><div><br></div><div>For a quick test you can try to compile the packages in Debian testing.<br></div><div><br></div><div># compile and install shiboken2</div><div># you need at least clang 3.9, I tried it with 4.0</div><div><div>sudo apt install libclang-4.0-dev llvm-4.0 clang-4.0</div></div><div>dget <a href="https://answers.launchpad.net/~thopiekar/+archive/ubuntu/pyside-git/+files/shiboken2_2.0.0.dev0-0~201708271303~rev1711~pkg53~ubuntu17.10.1.dsc">https://answers.launchpad.net/~thopiekar/+archive/ubuntu/pyside-git/+files/shiboken2_2.0.0.dev0-0~201708271303~rev1711~pkg53~ubuntu17.10.1.dsc</a><br></div><div><div>dpkg-source -x shiboken2_2.0.0.dev0-0~201708271303~rev1711~pkg53~ubuntu17.10.1.dsc</div><div>sudo mk-build-deps --install ~/shiboken2-2.0.0.dev0/debian/control</div><div>cd shiboken2-2.0.0.dev0/</div><div># switch to clang/llvm 4.0</div><div>PATH=/usr/lib/llvm-4.0/bin:$PATH</div><div># may have to set this in debian/rules:     CLANG_INSTALL_DIR := "/usr/lib/llvm-4.0/" </div><div>debuild -j16</div><div># install the shiboken packages ...</div></div><div><br></div><div><br></div><div># compile and install pyside2</div><div><div>dget <a href="https://answers.launchpad.net/~thopiekar/+archive/ubuntu/pyside-git/+files/pyside2_2.0.0+dev-0~201708271303~rev1779~pkg53~ubuntu17.10.1.dsc">https://answers.launchpad.net/~thopiekar/+archive/ubuntu/pyside-git/+files/pyside2_2.0.0+dev-0~201708271303~rev1779~pkg53~ubuntu17.10.1.dsc</a></div><div>dpkg-source -x pyside2_2.0.0+dev-0~201708271303~rev1779~pkg53~ubuntu17.10.1.dsc</div><div>sudo mk-build-deps --install ~/pyside2-2.0.0+dev/debian/control</div><div>cd pyside2-2.0.0+dev/</div><div>rm debian/source/format </div><div>debuild -j16</div></div><div># install pyside2 packages ...</div><div><br></div><div><br></div><div># run a pyside2 examples from <a href="http://code.qt.io/cgit/pyside/examples.git">http://code.qt.io/cgit/pyside/examples.git</a></div><div>e.g.</div><div><a href="http://code.qt.io/cgit/pyside/examples.git/tree/examples/widgets/widgets/tetrix.py">http://code.qt.io/cgit/pyside/examples.git/tree/examples/widgets/widgets/tetrix.py</a><br></div><div><br></div><div><br></div></div>