Numpy
以下を使用して、Fedora 19にPython 2.7モジュールをインストールしようとしましたpip
:
sudo pip install numpy
しかし、次のエラーがあります。
"Cannot compile 'Python.h'. Perhaps you need to "\
SystemError: Cannot compile 'Python.h'. Perhaps you need to install python-dev|python-devel.
----------------------------------------
Command python setup.py egg_info failed with error code 1 in /tmp/pip-build-root/numpy
Storing complete log in /root/.pip/pip.log
どうすれば修正できますか?
ありがとう。