[Numpy-discussion] error of install numpy on linux redhat.

Pauli Virtanen pav at iki.fi
Fri Oct 26 09:03:41 EDT 2012


Jack Bryan <dtustudy68 <at> hotmail.com> writes:
[clip]
> [~/numpy/numpy] $ /home/user/myName/.local/bin/python setup.py install
> Traceback (most recent call last):
>   File "setup.py", line 22, in <module>
>     import subprocess
>   File "/home/user/myName/.local/lib/python2.6/subprocess.py", line 401, in
<module>
>     import select
> ImportError: No module named select

This means your Python 2.6 installation is still broken,
so it is not related to Numpy.

Start trying to install Numpy only after you get

>>> import subprocess

to work properly.

Googling reveals that also others have had problems with missing select
module when compiling Python.

Apparently the machine you are using is not a standard Redhat installation,
but something on it is strange.

-- 
Pauli Virtanen




More information about the NumPy-Discussion mailing list