강의

멘토링

로드맵

Inflearn Community Q&A

sb0205185900's profile image
sb0205185900

asked

[Revised Edition] A Complete Guide to Deep Learning Computer Vision

Selective Search - import cv2 에러 해결법

Written on

·

23K

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

 를 실행하세요

keras딥러닝컴퓨터-비전tensorflow머신러닝 배워볼래요? python

Answer 1

2

dooleyz3525님의 프로필 이미지
dooleyz3525
Instructor

좋은 정보 감사합니다.

sb0205185900's profile image
sb0205185900

asked

Ask a question