• 카테고리

    질문 & 답변
  • 세부 분야

    컴퓨터 비전

  • 해결 여부

    미해결

Selective Search - import cv2 에러 해결법

20.08.28 21:13 작성 조회수 22.4k

0

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

에러가 뜬다면 위의 링크에서 처럼 

$ sudo apt-get install libgl1-mesa-glx

 를 실행하세요

답변 1

답변을 작성해보세요.

2

좋은 정보 감사합니다.