MiniBullLab / easy_ai

3 stars 1 forks source link

easy_docker测试easy_tools中的训练界面问题 #165

Closed MiniBullLab closed 2 years ago

MiniBullLab commented 2 years ago

运行训练界面报错: 命令如下:

python3 easy_tools/train_gui.py

报错如下:

This application failed to start because it could not find or load the Qt platform plugin "xcb"
in "".

Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, xcb.

Reinstalling the application may fix this problem.
Aborted (core dumped)
lpj0822 commented 2 years ago

如果要运行,在终端先运行: export LD_LIBRARY_PATH=/usr/local/lib/python3.6/dist-packages/PyQt5/Qt/lib:$LD_LIBRARY_PATH