Skip to content

Instantly share code, notes, and snippets.

@anddam
Created February 15, 2021 14:26
Show Gist options
  • Save anddam/b5b9385e96807fd6813e035376ceea81 to your computer and use it in GitHub Desktop.
Save anddam/b5b9385e96807fd6813e035376ceea81 to your computer and use it in GitHub Desktop.
(foo) anddam@metis:/tmp/tmppy$ time pip install PySide2
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
Successfully installed PySide2-5.15.2 shiboken2-5.15.2
WARNING: You are using pip version 20.2.1; however, version 21.0.1 is available.
You should consider upgrading via the '/tmp/tmppy/foo/bin/python -m pip install --upgrade pip' command.
real 0m4.522s
user 0m3.566s
sys 0m0.586s
(foo) anddam@metis:/tmp/tmppy$ pyside2-designer
Error: /tmp/tmppy/foo/lib/python3.8/site-packages/PySide2/designer: error while loading shared libraries: libQt5DesignerComponents.so.5: cannot open shared object file: No such file or directory
while executing '/tmp/tmppy/foo/lib/python3.8/site-packages/PySide2/designer'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment