기록하는삶
[에러 해결/cv2] ImportError: libGL.so.1: cannot open shared object file: No such file or directory 본문
회고, 기록/에러 해결
[에러 해결/cv2] ImportError: libGL.so.1: cannot open shared object file: No such file or directory
mingchin 2022. 5. 20. 11:44728x90
반응형
ImportError: libGL.so.1: cannot open shared object file: No such file or directory
I am trying to run cv2, but when I try to import it, I get the following error: ImportError: libGL.so.1: cannot open shared object file: No such file or directory The suggested solution online is
stackoverflow.com
$ apt-get update
$ apt-get install ffmpeg libsm6 libxext6 -y
728x90
반응형