본문 바로가기

Python

"glfw error: x11: the display environment variable is missing" 오류 해결법

현상
 

Ubuntu환경에서 point cloud 데이터를 Open3d로 plot하다가 이러한 에러가 발생했다.

glfw error: x11: the display environment variable is missing
해결법

아래와 같이 package를 설치하면 해결할 수 있다.

sudo apt-get install libglfw3
sudo apt-get install libglfw3-dev

 

참고

https://shnoh171.github.io/gpu%20and%20gpu%20programming/2019/08/26/installing-glfw-on-ubuntu.html