On 04/29/2017 11:18 PM, li...@lazygranch.com wrote:
> On opensuse it is python-scipy. Those tests did work at one time, and I
> do recall having to load python-scipy.
> 
> zmq is the one I find confusing. You can find references to 0mq, zmq,
> and zeromq in documentation. For packages, they stuck wit zmq:
> czmq
> czmq-devel
> libczmq3
> libzmq5
> python-pyzmq
> pythin-pyzmq-devel
> python3-pyzmq
> python3-pyzmq-devel
> uwsgi-logzmq
> 
> Sadly, zeromq.org uses the terms zeromq and 0mq, but you import zmq. A
> trifecta of confusion.
> 
> Generally I roll my eyes at technical writers, but this is a case where
> the neck beards needed some help.
> 

I have

  libzmq3-dev
  python-zmq

installed on Debian.

It's possible there earlier versions than 3 which would work too.

In python, you should be able to

 from gnuradio import zeromq

And if I recall correctly, during the cmake configuration, cmake
indicates if it's missing.

If you installed it and cmake complains about it missing then it's
probably because it's not the development version.

-- Cinaed

> On Sat, 29 Apr 2017 22:45:03 -0700
> Cinaed Simson <cinaed.sim...@gmail.com> wrote:
> 
>> On 04/29/2017 06:41 PM, Cinaed Simson wrote:
>>
>>> The test for polar uses python-scipy which requires scipy.  
>>
>> Actually, I don't think this is true.
>>
>> In Debian and Ubuntu, just about all the libraries with the python
>> hooks are named python-<something>.
>>
>> On you system it may be called scipy. In fact, that's its proper name.
>>
>> -- Cinaed
>>
>>
>> _______________________________________________
>> Discuss-gnuradio mailing list
>> Discuss-gnuradio@gnu.org
>> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> 
> 
> _______________________________________________
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> .
> 


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

Reply via email to