Monday, July 6, 2015

[Discuss-gnuradio] Numpy question

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

_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

No comments:

Post a Comment