TRAILab / PDV

Point Density-Aware Voxels for LiDAR 3D Object Detection (CVPR 2022)
Apache License 2.0
159 stars 30 forks source link

GLEW could not be initialized: Missing GL version #3

Closed KyleYueye closed 2 years ago

KyleYueye commented 2 years ago

Hello, i've met a problem in running demo.py 2022-04-04 14:55:26.887 ( 15.100s) [ F0A55E80]vtkOpenGLRenderWindow.c:493 ERR| vtkEGLRenderWindow (0x561980223bb0): GLEW could not be initialized: Missing GL version run-demo.sh: line 19: 7579 Segmentation fault (core dumped) I've tried several approaches but all of them failed. Do you have any idea about this bug?

jskhu commented 2 years ago

Haven't seen this issue myself, but maybe this thread can help: https://github.com/openai/mujoco-py/issues/268. I use mayavi==4.7.2 in my environment.