IT/Linux
[Linux] opencv 설치 및 오류
frieden1946
2021. 11. 29. 19:17
pip3 install opencv-python
혹시 ImportError: libGL.so.1: cannot open shared object file: No such file or directory
에러가 뜬다면 위의 링크에서 처럼
$ sudo apt-get install libgl1-mesa-glx
를 실행하세요