我尝试使用pip在Fedora 19上安装
Python 2.7 Numpy模块:
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
我该如何解决这个问题?
谢谢.
最佳答案
sudo yum install python-devel
然后它将完美无缺地工作.