discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] gr-lte running error


From: Ivan Penchev Ivanov
Subject: Re: [Discuss-gnuradio] gr-lte running error
Date: Thu, 9 Feb 2017 17:42:32 +0200

Hi Marcus

On Thu, Feb 9, 2017 at 3:18 PM, Marcus Müller <address@hidden> wrote:

Hi Ivan,

is it possible you've installed gr-lte into a place that python doesn't look in? You say you installed GNU Radio via an install script; are you referring to PyBOMBS, perhaps?

For GNU Radio I am using the build-script from http://www.sbrac.org/files/build-gnuradio.
So GNU Radio is on default place.
When I am inside Python - import lte retutns no error, so I think Python konows about lte package.
But Python still expects additional files which are not provided. 

In that case, make sure your "cmake" call when build gr-lte has a "-DCMAKE_INSTALL_PREFIX=/path/to/your/pybombs/prefix".

Best regards,

Marcus

All the best,
Ivan 


On 02/09/2017 01:46 PM, Ivan Penchev Ivanov wrote:
Dear all,
I have fresh install of GNURadio via install script.
I installed gr-lte via build from source as explained in readme.
I did p.5 in readme - compile hierarchical GRC blocks.
The flowgraph lte_top_block_siso has no missing blocks.
I am using my file as source.
When I run th flowgraph I am having following error:

Traceback (most recent call last):

File "/home/ivan/gr-lte/examples/lte_top_block_siso.py", line 31, in <module>

from lte_bch_decoder import lte_bch_decoder # grc-generated hier_block

File "/home/ivan/.grc_gnuradio/lte_bch_decoder.py", line 13, in <module>

import lte

File "/usr/local/lib/python2.7/dist-packages/lte/__init__.py", line 45, in <module>

from lte_swig import *

File "/usr/local/lib/python2.7/dist-packages/lte/lte_swig.py", line 28, in <module>

_lte_swig = swig_import_helper()

File "/usr/local/lib/python2.7/dist-packages/lte/lte_swig.py", line 24, in swig_import_helper

_mod = imp.load_module('_lte_swig', fp, pathname, description)

ImportError: libgnuradio-lte.so: cannot open shared object file: No such file or directory


Pls advise.


Best regards.

Ivan



_______________________________________________
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]