|
发表于 2022-11-2 09:59:31
只看该作者
板凳
本帖最后由 Jakey.Chen 于 2022-11-2 10:17 编辑
正常引用额 也不知道哪里出了问题
- firefly@firefly:~$ python3
- Python 3.8.10 (default, Jun 22 2022, 20:18:18)
- [GCC 9.4.0] on linux
- Type "help", "copyright", "credits" or "license" for more information.
- >>> from PyQt5.QtGui import QColor
- Traceback (most recent call last):
- File "<stdin>", line 1, in <module>
- ImportError: /usr/lib/python3/dist-packages/PyQt5/QtGui.cpython-38-aarch64-linux-gnu.so: undefined symbol: _ZTI18QOpenGLTimeMonitor, version Qt_5
- >>>
复制代码
|
|