discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: gnuradio 3.8 errors with gr_modtool


From: Laura Arjona
Subject: Re: gnuradio 3.8 errors with gr_modtool
Date: Wed, 26 Feb 2020 08:39:45 -0800

Thank you very much Josh and Maitland for your quick help,  appreciate it.

Maitland, I executed the command that you mentioned, and problem solved =D

Looking forward now to try the new gnuradio version!

Cheers

On Wed, Feb 26, 2020 at 7:48 AM Morman, Joshua <address@hidden> wrote:

Hi Laura,


Thank you for raising this issue.  Maitland pinged me offline with the fixes he did on this issue in the Debian packages which are basically copied into the PPAs you are using with minor modifications.


I have now applied his fixes (and updated the ppa packages to the recent RC release), so the ppa cleans the byte compiled code from the installation for Ubuntu >= 19.  For Ubuntu 18 the issue still remains.  


For Ubuntu 18 - navigate to /usr/share/gnuradio/modtool/templates/gr-newmod/

and run

sudo py3clean .


This should clean the files that are causing issue.



Josh


---------- Forwarded message ---------
From: Laura Arjona <address@hidden>
Date: Tue, Feb 25, 2020 at 5:25 PM
Subject: Re: gnuradio 3.8 errors with gr_modtool
To: Maitland Bottoms <address@hidden>
Cc: GNURadio Discussion List <address@hidden>


just in case, I removed the only .pyc file I found under /usr/share/gnuradio/modtool/templates/gr-newmod/python/__pycache
/usr/share/gnuradio/modtool/templates/gr-newmod/python/__pycache__$   sudo rm *pyc

The same error occurs.

Thank you!

On Tue, Feb 25, 2020 at 2:17 PM Laura Arjona <address@hidden> wrote:
Thank you Maitland.
Is there a "safer" way of installing gnuradio 3.8?

Matiland - there is not such a folder in /modtool/gr-newmod.
I only have /usr/share/gnuradio/modtool/template

On Tue, Feb 25, 2020 at 1:13 PM Maitland Bottoms <address@hidden> wrote:
Laura Arjona <address@hidden> writes:

> 1 - Installed fresh Ubuntu 18.04.4 LTS
> 2- Installed git, cmake, swig, gnuradio.
> To install gnuradio, I used:
>   $ sudo add-apt-repository ppa:gnuradio/gnuradio-releases
>    $ sudo apt-get update
>    $ sudo apt-get install gnuradio
>
At this point you have .pyc files where they do not belong, since as of
just now the ppa packages are still buggy.

You can
 `sudo rm /usr/share/gnuradio/modtool/gr-newmod/python/*pyc`
and get on with life.

Hopefully the ppa packegs will be fixed soon...

-Maitland


--
Laura Arjona 
Washington Research Foundation Innovation Postdoctoral Fellow in Neuroengineering

Paul G. Allen School of Computer Science & Engineering
185 E Stevens Way NE
University of Washington
Seattle, WA 98195-2350


--
Laura Arjona 
Washington Research Foundation Innovation Postdoctoral Fellow in Neuroengineering

Paul G. Allen School of Computer Science & Engineering
185 E Stevens Way NE
University of Washington
Seattle, WA 98195-2350


--
Laura Arjona 
Washington Research Foundation Innovation Postdoctoral Fellow in Neuroengineering

Paul G. Allen School of Computer Science & Engineering
185 E Stevens Way NE
University of Washington
Seattle, WA 98195-2350

reply via email to

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