티스토리 뷰
728x90
우분투 환경에서 python에서 import cv2 시에 다음과 같은 에러가 발생했다.
ImportError: libGL.so.1: cannot open shared object file: No such file or directory
다음과 같은 명령어로 패키지를 설치해서 해결했다.
apt-get update && apt-get install libgl1
'Etc.' 카테고리의 다른 글
Spring Security (0) | 2023.03.24 |
---|---|
자주 사용하게되는 screen 명령어 모음 (0) | 2023.01.20 |
에러 해결: CommandNotFoundError: Your shell has not been properly configured to use 'conda activate' (0) | 2023.01.20 |
Vscode 파이썬 실행 단축키 설정하는 방법 (0) | 2022.01.31 |
맥 source ~/.vimrc가 동작하지 않을 때 (0) | 2022.01.19 |
댓글