티스토리 뷰
Skills/Error
[Error] ImportError: libGL.so.1: cannot open shared object file: No such file or directory
미남잉 2023. 7. 19. 14:50728x90
ImportError: libGL.so.1: cannot open shared object file: No such file or directory
도커 이미지에서 opencv를 설치하고 실행하려고 할 때, 위와 같은 오류가 발생할 수 있음.
이럴 경우 이미지 빌드를 위해 Docker file 안에 아래 문구로 설치를 해주면 해결됨
apt-get update
먼저 update를 해주고
apt-get -y install liblgl1-mesa-glx
# 안 될 경우
apt-get install libgl1-mesa-glx
ImportError: libgthread-2.0.so.0: cannot open shared object file: No such file or directory
apt-get install libglib2.0-0
apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
modulenotfounderror: no module named 'cv2'
pip install opencv-python
728x90
'Skills > Error' 카테고리의 다른 글
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- prompt learning
- 서버에다운
- few-shot learning
- support set
- 파이썬 클래스 다형성
- 파이썬
- 도커
- 퓨샷러닝
- Unsupervised learning
- 딥러닝
- python
- CNN
- Prompt
- 파이썬 클래스 계층 구조
- 구글드라이브서버연동
- 데이터셋다운로드
- 프롬프트
- 파이썬 딕셔너리
- 도커 컨테이너
- vscode 자동 저장
- cs231n
- docker
- clip
- 구글드라이브다운
- 서버구글드라이브연동
- 구글드라이브서버다운
- NLP
- stylegan
- style transfer
- 구글드라이브연동
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
글 보관함
250x250