Open3D,GLFW错误没有返回GLXFBConfigs

问题描述

我想用open3d可视化一个点云:

open3d.visualization.draw_geometries([geo])

其中geo是点云。但是,运行上面的代码后,我得到以下信息:

QStandardPaths: XDG_RUNTIME_DIR not set,defaulting to '/tmp/runtime-root'
terminate called after throwing an instance of 'std::runtime_error'
  what():  [Open3D ERROR] GLFW Error: GLX: No GLXFBConfigs returned
Subprocess failed (exit code: 134)

如何甚至开始调试此错误?

解决方法

此问题似乎是由GPU问题引起的,但不是open3D的直接问题。关于open3D GitHub问题,有一些帖子。

有关详细信息,请参阅有关该问题的Github问题。

https://github.com/intel-isl/Open3D/issues/1598

相关问答

错误1:Request method ‘DELETE‘ not supported 错误还原:...
错误1:启动docker镜像时报错:Error response from daemon:...
错误1:private field ‘xxx‘ is never assigned 按Alt...
报错如下,通过源不能下载,最后警告pip需升级版本 Requirem...