matej@pmd85:~$ pip install pyside2 --user Looking in links: /home/matej/.pip/wheels Collecting pyside2 Using cached PySide2-5.15.2-5.15.2-cp35.cp36.cp37.cp38.cp39-abi3-manylinux1_x86_64.whl (164.3 MB) Collecting shiboken2==5.15.2 Using cached shiboken2-5.15.2-5.15.2-cp35.cp36.cp37.cp38.cp39-abi3-manylinux1_x86_64.whl (956 kB) Installing collected packages: shiboken2, pyside2 WARNING: The scripts pyside2-designer, pyside2-lupdate, pyside2-rcc and pyside2-uic are installed in '/home/matej/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. Successfully installed pyside2-5.15.2 shiboken2-5.15.2 matej@pmd85:~$ python -c 'from PySide2 import QtCore' matej@pmd85:~$