Details
-
Suggestion
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
5.14.2
-
None
-
Manjaro 20.0
GCC 9.3.0
Python 3.8.2
PySide2 5.14.2
Description
open pyside2-designer, click 'Create', then it crashes with:
```
/home/me/.local/lib/python3.8/site-packages/PySide2/designer: symbol lookup error: /home/me/.local/lib/python3.8/site-packages/PySide2/designer: undefined symbol: _ZdlPvm, version Qt_5
```
Following the answer on Stackoverflow, the problem disappears when the PySide2 shared library path is supplied:
```
LD_LIBRARY_PATH=$HOME/.local/lib/python3.8/site-packages/PySide2/Qt/lib: pyside2-designer
```
but I suppose the environment should have been taken care of somewhere in the launcher scripts.
Attachments
Issue Links
- is duplicated by
-
PYSIDE-2596 Pside2 breaks with undefined symbol: _ZdlPvm, version Qt_5
- Closed