Re: gnuradio 3.8 errors with gr_modtool

2020-02-26 Thread Laura Arjona
> This should clean the files that are causing issue. > > > > Josh > > > -- Forwarded message ----- > From: *Laura Arjona* > Date: Tue, Feb 25, 2020 at 5:25 PM > Subject: Re: gnuradio 3.8 errors with gr_modtool > To: Maitland Bottoms > Cc: GNURa

Re: gnuradio 3.8 errors with gr_modtool

2020-02-26 Thread Morman, Joshua
osh -- Forwarded message - From: Laura Arjona mailto:arjo...@uw.edu>> Date: Tue, Feb 25, 2020 at 5:25 PM Subject: Re: gnuradio 3.8 errors with gr_modtool To: Maitland Bottoms mailto:aa...@amrad.org>> Cc: GNURadio Discussion List mailto:discuss-gnuradio@gnu.org>> ju

Re: gnuradio 3.8 errors with gr_modtool

2020-02-25 Thread Laura Arjona
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 wrote: > T

Re: gnuradio 3.8 errors with gr_modtool

2020-02-25 Thread Laura Arjona
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 wrote: > Laura Arjona writes: > > > 1 - Installed fresh Ubuntu 1

Re: gnuradio 3.8 errors with gr_modtool

2020-02-25 Thread Maitland Bottoms
Laura Arjona 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

Re: gnuradio 3.8 errors with gr_modtool

2020-02-25 Thread Laura Arjona
Thank you all for your comments. I re-installed Ubuntu, thinking that it was a problem with my installation, but I get the same errors again. Marcus, I re-installed git, but I get the same error. I have no idea what is happening. I followed this steps 1 - Installed fresh Ubuntu 18.04.4 LTS 2- I

Re: gnuradio 3.8 errors with gr_modtool

2020-02-21 Thread Maitland Bottoms
On Fri, 21 Feb 2020 10:58:18 -0800 Laura Arjona wrote: > UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe8 in position > 5: invalid continuation byte The problem comes from Python byte-compiled files used as templates. Perhaps the template processor is choking on a .pyc file? The soluti

Re: gnuradio 3.8 errors with gr_modtool

2020-02-21 Thread Marcus Müller
Hi Laura, On Fri, 2020-02-21 at 10:58 -0800, Laura Arjona wrote: > /bin/sh: 1: git: not found could you install git and try again (and, please, report the result)? Best regards, Marcus