ImportError: libGL.so.1: cannot open shared object file: No such file or directory
pip install opencv-python
으로 opencv를 설치한 후 cv2를 실행시키자 이런 에러가 발생했다# apt-get update -y
# apt-get -y install libgl1-mesa-glx
ImportError: libgthread-2.0.so.0: cannot open shared object file: No such file or directory
# apt-get -y install libglib2.0-0