Temp

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

ju_young 2021. 11. 26. 01:51
728x90

import cv2 에서 에러가 났을때 다음 명령어를 실행해주면 된다.

$ sudo apt-get install libgl1-mesa-glx
728x90

'Temp' 카테고리의 다른 글

[parafac] not enough values to unpack (expected 4, got 2)  (0) 2021.11.26
[Python] Dictionary Key Name 수정  (0) 2021.11.26
[Anaconda] 안쓰는 패키지 정리  (0) 2021.11.26
[Git] Reset  (0) 2021.11.25
[Python] 파일 or 폴더 복사  (0) 2021.11.25