小编ism*_*rou的帖子

“导入错误:无法加载 GLFW3 共享库”在 Linux 上没有 root 访问权限

我正在尝试在我没有 root 访问权限的远程机器上运行在 GitHub 上找到的 Python3 代码。代码需要导入glfw依赖。

虽然pip3 install --user glfw似乎工作得很好(就像所有其他 python 依赖项一样),但当我尝试运行代码时,我得到:

回溯(最近通话最后一个):文件“”,1号线,在文件“/home/ismarou/.local/lib/python3.5/site-packages/glfw/初始化py”为34行,在提高导入错误( “无法加载 GLFW3 共享库。”)ImportError:无法加载 GLFW3 共享库。

有什么我错过的吗?

python shared-libraries glfw importerror

7
推荐指数
1
解决办法
5954
查看次数

标签 统计

glfw ×1

importerror ×1

python ×1

shared-libraries ×1