기타/오류 뿌수기
ImportError: libXrender.so.1: cannot open shared object file: No such file or directory 오류 해결
climba
2022. 8. 14. 04:17
!apt update && apt install -y libsm6 libxext6
!apt-get install -y libxrender-dev
이 두개만 설치해주면 정상적으로 작동한다.