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
'파이썬 > 문제해결' 카테고리의 다른 글
파이썬 ImportError: No module named requests (0) | 2016.12.08 |
---|---|
파이썬 한글 문제 해결하기 - SyntaxError: Non-ASCII character (0) | 2016.12.08 |
TypeError: ufunc 'multiply' did not contain a loop with signature matching types dtype('S32') (0) | 2016.12.08 |
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 54: ordinal not in range(128) (0) | 2016.12.08 |
pip install error (0) | 2016.12.07 |