기록하는삶

[에러 해결/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:44
728x90
반응형

https://stackoverflow.com/questions/55313610/importerror-libgl-so-1-cannot-open-shared-object-file-no-such-file-or-directo

 

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
반응형