[Numpy-discussion] error of install numpy on linux redhat.
Jack Bryan
dtustudy68@hotmail....
Wed Oct 24 23:01:47 CDT 2012
Hi, All,
I am trying to install numpy from http://www.scipy.org/Download .
by
git clone git://github.com/numpy/numpy.git numpy
But, when I ran
python setup.py install
I got:
SystemError: Cannot compile 'Python.h'. Perhaps you need to install python-dev|python-devel
Where to get python-dev ?
I tried:
$ easy_install python-develSearching for python-develReading http://pypi.python.org/simple/python-devel/Couldn't find index page for 'python-devel' (maybe misspelled?)Scanning index of all packages (this may take a while)Reading http://pypi.python.org/simple/No local packages or download links found for python-develerror: Could not find suitable distribution for Requirement.parse('python-devel')
and
$ easy_install python-devSearching for python-devReading http://pypi.python.org/simple/python-dev/Couldn't find index page for 'python-dev' (maybe misspelled?)Scanning index of all packages (this may take a while)Reading http://pypi.python.org/simple/No local packages or download links found for python-deverror: Could not find suitable distribution for Requirement.parse('python-dev')
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.scipy.org/pipermail/numpy-discussion/attachments/20121024/1139e63f/attachment.html
More information about the NumPy-Discussion
mailing list