[linux] ImportError: libgthread-2.0.so.0: cannot open shared object file: No such file or directory 간단 해결 방법



ImportError: libgthread-2.0.so.0: cannot open shared object file 해결 방법


libglib2.0-0 설치를 진행하여 해결할 수 있습니다.
apt-get install libglib2.0-0


참고 문헌

[1]   https://shuka.tistory.com/31

댓글

이 블로그의 인기 게시물

[opencv-python] 이미지 크기조절(resize) 하는 법

[python] selenium close와 quit 차이점

[python]파이썬: csv reader header skip (첫번째 행 무시하기, 안읽기)