현상
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
'Python' 카테고리의 다른 글
"ImportError: libGL.so.1: cannot open shared object file: No such file or directory" 해결방법 (0) | 2023.10.20 |
---|---|
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found. 해결방법 (1) | 2023.10.10 |
파이참 visual studio 단축키 (키맵) 설정 방법 (0) | 2023.10.10 |
Pycharm indexing 느린 문제 및 무한반복 해결법 (0) | 2023.10.05 |
Pycharm 파일 경로 자동 완성 (File path autocomplete) 방법 (0) | 2023.10.05 |