discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] Numpy question


From: Volker Schroer
Subject: [Discuss-gnuradio] Numpy question
Date: Mon, 6 Jul 2015 17:54:08 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1

I'm trying to build gnuradio for a system without numpy.

cmake reports correctly

--
-- Python checking for pygtk >= 2.10.0
-- Python checking for pygtk >= 2.10.0 - not found
--
-- Python checking for numpy
-- Python checking for numpy - not found
--
-- Configuring gnuradio-companion support...


make reports
Linking CXX shared library libgnuradio-pmt-3.7.8git.so

and the library exists in the install directory.

But running an example leads to

pmt_to_python.py", line 22, in <module>
 ImportError: No module named numpy

How can I come around this problem without installing numpy ?

-- Volker



reply via email to

[Prev in Thread] Current Thread [Next in Thread]