PyFlow fails to Launch
developeralgo8888 opened this issue · 0 comments
i have conda environment with Qt 5.9.7 installed , PySide2 and all the PyFlow requirements but i get an error when i try to launch PyFlow. I have the LD_LIBRARY_PATH with the path to all libraries required. Is there something i am missing ?
(base) dev@devops:~/Downloads# pyflow
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: eglfs, minimal, minimalegl, offscreen, vnc, xcb.
Aborted (core dumped)
(base) dev@devops:/Downloads# qmake --version/Downloads#
QMake version 3.1
Using Qt version 5.9.7 in /home/anaconda3/lib
(base) dev@devops:
//--------------------------------------------------------------
(base) dev@devops:~/Downloads# locate libxcb.so
/home/anaconda3/lib/libxcb.so
/home/anaconda3/lib/libxcb.so.1
/home/anaconda3/lib/libxcb.so.1.1.0
/home/anaconda3/pkgs/libxcb-1.13-h1bed415_1/lib/libxcb.so
/home/anaconda3/pkgs/libxcb-1.13-h1bed415_1/lib/libxcb.so.1
/home/anaconda3/pkgs/libxcb-1.13-h1bed415_1/lib/libxcb.so.1.1.0
/usr/lib/x86_64-linux-gnu/libxcb.so
/usr/lib/x86_64-linux-gnu/libxcb.so.1
/usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0