discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Upgrade shared library issue


From: Nikos Balkanas
Subject: Re: [Discuss-gnuradio] Upgrade shared library issue
Date: Wed, 9 Mar 2016 10:48:05 +0200

Plz disregard. I had to remake and reinstall gr-baz.
Probably will need to do for several other gr-packages.

BR
Nikos

On Wed, Mar 9, 2016 at 10:25 AM, Nikos Balkanas <address@hidden> wrote:
Hi,

I just upgraded gnuradio from 3.7.6.1 to 3.7.9.1. Uninstalled old version and installed new. When, however, I try to run a flow in companion, I get:

Generating: '/home/nikos/Desktop/top_block.py'

Executing: /usr/bin/python2 -u /home/nikos/Desktop/top_block.py

Traceback (most recent call last):
File "/home/nikos/Desktop/top_block.py", line 20, in <module>
from baz import baudline
  File "/usr/local/lib/python2.7/dist-packages/baz/__init__.py, line 40, in <module>
from baz_swig import *
File "/usr/local/lib/python2.7/dist-packages/baz/baz_swig.py", line 28, in <module>
_baz_swig = swig_import_helper()
File "/usr/local/lib/python2.7/dist-packages/baz/baz_swig.py", line 24, in swig_import_helper
_mod = imp.load_module('_baz_swig', fp, pathname, description)
ImportError: libgnuradio-runtime-3.7.6.1.so.0.0.0: cannot open shared object file: No such file or directory

>>> Done (return code 1)

_baz_swig seems to still be depended on the old library, libgnuradio-runtime-3.7.6.1.so.0.0.0. That old library doesn't exist on my system, nor in ld.so.cache. I have uninstalled and reinstalled gnuradio 3.7.9.1 again, to no avail.
Any advise would be appreciated

TIA
Nikos


reply via email to

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