Python

"ImportError: libGL.so.1: cannot open shared object file: No such file or directory" 해결방법

hbcho 2023. 10. 20. 08:53
현상
 

Open3d package를 import하다가 이러한 에러가 발생했다. 

ImportError: libGL.so.1: cannot open shared object file: No such file or directory

 

해결

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

apt-get install libgl1-mesa-glx