본문 바로가기

파이썬/문제해결

SystemError: Cannot compile 'Python.h'. Perhaps you need to install python-dev|python-devel.

SystemError: Cannot compile 'Python.h'. Perhaps you need to install 

python-dev|python-devel.


numpy 설치 시 위와 같은 메시지가 나타나고 설치에 실패하였다면

아래의 링크과 비슷한 유형의 문제이다.


http://chandong83.blog.me/220832858287


즉, python-dev 패키지를 설치해주면 된다.


$ sudo apt-get install python-dev