PyFlow icon indicating copy to clipboard operation
PyFlow copied to clipboard

PyFlow fails to Launch

Open developeralgo8888 opened this issue 5 years ago • 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 QMake version 3.1 Using Qt version 5.9.7 in /home/anaconda3/lib (base) dev@devops:~/Downloads#

//--------------------------------------------------------------

(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

developeralgo8888 avatar Jun 18 '20 13:06 developeralgo8888