현상
Open3d package를 import하다가 이러한 에러가 발생했다.
ImportError: libGL.so.1: cannot open shared object file: No such file or directory
해결
아래와 같이 package를 설치해서 해결할 수 있었다.
apt-get install libgl1-mesa-glx
'Python' 카테고리의 다른 글
"glfw error: x11: the display environment variable is missing" 오류 해결법 (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 |