[해결방법] ImportError: libGL.so.1: cannot open shared object file: No such file or directory ImportError: libGL.so.1: cannot open shared object file: No such file or directoryopencv-python을 사용하는 프로그램을 Ubuntu 환경에서 배포하려고 했을때 다음과 같은 오류가 발생했다. apt get install libgl1 로 OpenGL 관련 라이브러리를 설치해주어야한다. 프로그래밍/Python 2025.05.07