discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] test and build errors on 3.7.12git-101-g098dc3e0


From: Cinaed Simson
Subject: Re: [Discuss-gnuradio] test and build errors on 3.7.12git-101-g098dc3e0
Date: Sun, 30 Apr 2017 12:40:59 -0700
User-agent: Mozilla/5.0 (X11; Linux i686; rv:52.0) Gecko/20100101 Thunderbird/52.0.1

On 04/29/2017 11:18 PM, address@hidden 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 <address@hidden> 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
>> address@hidden
>> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> 
> 
> _______________________________________________
> Discuss-gnuradio mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> .
> 




reply via email to

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