gpt4 book ai didi

python - 导入错误 : libOpenGL. so.0:无法打开共享对象文件:没有这样的文件或目录

转载 作者:行者123 更新时间:2023-12-03 16:01:15 31 4
gpt4 key购买 nike

当我运行我的 python程序 我在终端中遇到以下错误。

Traceback (most recent call last):
File "./encryption.py", line 6, in <module>
from PySide6 import QtCore, QtWidgets, QtGui
ImportError: libOpenGL.so.0: cannot open shared object file: No such file or directory

如何解决?
我程序中的导入语句是
#!/usr/bin/env python3
import sys
import random
import re
import pyAesCrypt
from PySide6 import QtCore, QtWidgets, QtGui

最佳答案

运行以下命令,安装 libopengl0运行代码所需的库。

sudo apt install libopengl0 -y

关于python - 导入错误 : libOpenGL. so.0:无法打开共享对象文件:没有这样的文件或目录,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65751536/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com