I tried to install numpy under cygwin using the method given in
http://gnuradio.org/trac/wiki/NumpyInstall as follows
cd /usr/src
tar zxf numpy-1.0.3.1.tar.gz
cd numpy-1.0.3.1
python setup.py install
but always failed. Could someone help? Beside that, I have a python and
numpy installed under windows. I am wondering if there is some way to
take
use of the windows version for gnuradio?
Thanks.
“Nan Zhang” [email protected] wrote:
I tried to install numpy under cygwin using the method given in
http://gnuradio.org/trac/wiki/NumpyInstall as follows
cd /usr/src
tar zxf numpy-1.0.3.1.tar.gz
cd numpy-1.0.3.1
python setup.py install
but always failed. Could someone help?
You need to be much more specific about what went wrong.
Beside that, I have a python and
numpy installed under windows.
Were you running the Windows python or Cygwin python? To use GNU Radio
under Cygwin you need to use the Cygwin python.
I am wondering if there is some way to take
use of the windows version for gnuradio?
Yes, this can be done using MinGW (see instructions in the wiki).
– Don W.