<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
Hi, All, <div><br></div><div>I am trying to install numpy  from <a href="http://www.scipy.org/Download" style="font-size: 10pt; ">http://www.scipy.org/Download</a> . </div><div><br></div><div>by </div><div><br></div><div><pre style="padding: 5px; border: 1px solid rgb(192, 192, 192); font-family: courier, monospace; white-space: pre-wrap; word-wrap: break-word; background-color: rgb(255, 248, 237); font-size: 12px; line-height: 16.78333282470703px; ">git clone git://github.com/numpy/numpy.git numpy</pre></div><div><br></div><div>But, when I ran </div><div><br></div><div>python setup.py install</div><div><br></div><div>I got:</div><div><br></div><div>SystemError: Cannot compile 'Python.h'. Perhaps you need to install python-dev|python-devel</div><div><br></div><div>Where to get <span style="font-size: 10pt; ">python-dev ? </span></div><div><span style="font-size: 10pt; "><br></span></div><div><span style="font-size: 10pt; ">I tried:</span></div><div><span style="font-size: 10pt; "><br></span></div><div><span style="font-size: 10pt; "><div>$ easy_install python-devel</div><div>Searching for python-devel</div><div>Reading http://pypi.python.org/simple/python-devel/</div><div>Couldn't find index page for 'python-devel' (maybe misspelled?)</div><div>Scanning index of all packages (this may take a while)</div><div>Reading http://pypi.python.org/simple/</div><div>No local packages or download links found for python-devel</div><div>error: Could not find suitable distribution for Requirement.parse('python-devel')</div><div><br></div><div>and </div><div><br></div><div><div>$ easy_install python-dev</div><div>Searching for python-dev</div><div>Reading http://pypi.python.org/simple/python-dev/</div><div>Couldn't find index page for 'python-dev' (maybe misspelled?)</div><div>Scanning index of all packages (this may take a while)</div><div>Reading http://pypi.python.org/simple/</div><div>No local packages or download links found for python-dev</div><div>error: Could not find suitable distribution for Requirement.parse('python-dev')</div></div><div><br></div><div><br></div><div><br></div></span></div>                                           </div></body>
</html>