freezner

[Python] pip로 모듈 설치 시 빌드 에러나는 경우 해결 방법

* Ubuntu 14.04 LTS 버전 기준입니다.

일반적으로 빌드 에러는 의존하고 있는 모듈 설치가 되어있지 않아 발생합니다.

무식하지만 확실한 한 방으로 해결할 수 있습니다. 아래 명령을 실행해주세요.

$ sudo sudo apt-get install build-essential autoconf libtool pkg-config python-opengl python-imaging python-pyrex python-pyside.qtopengl idle-python2.7 qt4-dev-tools qt4-designer libqtgui4 libqtcore4 libqt4-xml libqt4-test libqt4-script libqt4-network libqt4-dbus python-qt4 python-qt4-gl libgle3 python-dev

 

Exit mobile version