반응형
docker 를 사용하여 처음pip install opencv-python
을 사용해보면 에러가 날 때가 있다 대체로 다음과 같은 에러이다.
ImportError: libGL.so.1: cannot open shared object file: No such file or directory
이 에러는 라이브러리가 설치 안된 것으로 설치만 해주면 에러가 없어진다 :)
sudo apt-get install libgl1-mesa-glx
반응형
'Python' 카테고리의 다른 글
exception print하기 (0) | 2022.01.26 |
---|---|
log threading 로깅이 서비스에 방해되지 않게 하기 (0) | 2021.08.31 |
[opencv] ImportError: libGL.so.1: cannot open shared object file: No such file or directory (0) | 2021.03.29 |
python 폴더 내 파일 리스트 만들기 + 정렬(natsort) (0) | 2021.03.26 |
opencv flip (0) | 2021.03.25 |