꿀팁/오류 정리
ImportError: libGL.so.1: cannot open shared object file: No such file or directory
원인 libgl1-mesa-glx가 없을 때 나는 오류입니다. 해결 방법 apt-get update apt-get -y install libgl1-mesa-glx 명령어로 설치해 주시면 됩니다.
원인 libgl1-mesa-glx가 없을 때 나는 오류입니다. 해결 방법 apt-get update apt-get -y install libgl1-mesa-glx 명령어로 설치해 주시면 됩니다.