【发布时间】:2021-07-08 01:33:05
【问题描述】:
我的 Python 环境: Ubuntun 20.10,Python 3.8.6,
点冻结输出:
- PyQt5==5.15.4
- PyQt5-Qt5==5.15.2
- PyQt5-sip==12.8.1
- pyqtgraph==0.12.1
- PySide2==5.15.2
- PySide6==6.0.3
- shiboken2==5.15.2
- shiboken6==6.0.3
python plotting.py
错误信息:
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, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, webgl, xcb.
Aborted (core dumped)
【问题讨论】: