Sunday, September 20, 2020

Re: gnuradio companion error

I believe for libgnuradio-runtime.so.3.9.0, it should be /usr/bin/python3.

-- Cinaed

On 9/20/20 7:34 AM, Fabian Schwartau wrote:
> Hi,
> I just checked on my Ubuntu 18.04. It seems like that grc is using
> /usr/bin/python as interpreter. This is python2 in this Ubuntu version
> (probably other too). Check what "/usr/bin/python --version" tells you.
> If it tells you python 3, you changed the default python version. Change
> it back (it is just a sym-link or your buzz-word is
> "update-alternatives") or modify the first line of
> /usr/bin/gnuradio-companion from
> #!/usr/bin/python
> to
> #!/usr/bin/python2
>
> Its just a guess, I may be wrong. Hope it helps,
>
> Fabian
>
> Am 20.09.20 um 15:40 schrieb Thomas:
>> Hi guys just trying to get set up with gr, my companion was working
>> before but next time I opened and thereafter when I went to open I have
>> been getting this error
>>
>> I have removed and purged a bunch of times already and still no fix,
>>
>> anyone seen this before and know what the problem is?
>>
>

No comments:

Post a Comment