Menu

Problem using LTE_fdd_dl_file_scan

dummys
2016-09-01
2018-02-06
  • dummys

    dummys - 2016-09-01

    Hi, I successfully compiled openLTE but have problem using the LTE_fdd_dl_file_scan.py.
    When I run it:

    -> $ LTE_fdd_dl_file_scan.py
    Traceback (most recent call last):
    File "/usr/local/bin/LTE_fdd_dl_file_scan.py", line 7, in <module>
    import LTE_fdd_dl_fs
    File "/usr/local/lib/python2.7/site-packages/LTE_fdd_dl_fs/init.py", line 44, in <module>
    from LTE_fdd_dl_fs import *
    File "/usr/local/lib/python2.7/site-packages/LTE_fdd_dl_fs/LTE_fdd_dl_fs.py", line 21, in <module>
    _LTE_fdd_dl_fs = swig_import_helper()
    File "/usr/local/lib/python2.7/site-packages/LTE_fdd_dl_fs/LTE_fdd_dl_fs.py", line 20, in swig_import_helper
    return importlib.import_module('_LTE_fdd_dl_fs')
    File "/usr/lib/python2.7/importlib/init.py", line 37, in import_module
    import(name)
    ImportError: No module named _LTE_fdd_dl_fs

    Gnuradio is working correctly.

    -> $ echo $PYTHONPATH 1 ↵
    /usr/lib/python2.7/site-packages/gnuradio/:/usr/local/lib/python2.7/site-packages

    -> $ echo $LD_LIBRARY_PATH
    /usr/local/lib

    What else can I do ?

     
  • Joel

    Joel - 2018-02-06

    Hi, I was wondering if you (or anyone in this forum) were ever able to get beyond that import error?

    I am getting the same error and I was hoping you could help me out sove the issue. So the installation went well with pybombs install openlte. I had to change the $path variable to this:
    export PATH="/home/rf/prefix/default/bin:$PATH"

    because the first error said that this is not a command:
    LTE_fdd_dl_file_scan.py -h
    so that is supposed to show the options. I just wanted to see if any commands work but I am stuck now cause setting the path did make the command recognizable but I get this now:

    root@rf-Latitude-E5550:~# LTE_fdd_dl_file_scan.py -h
    Traceback (most recent call last):
    File "/home/rf/prefix/default/bin/LTE_fdd_dl_file_scan.py", line 7, in <module>
    import LTE_fdd_dl_fs
    File "/home/rf/prefix/default/lib/python2.7/dist-packages/LTE_fdd_dl_fs/init.py", line 44, in <module>
    from LTE_fdd_dl_fs import *
    File "/home/rf/prefix/default/lib/python2.7/dist-packages/LTE_fdd_dl_fs/LTE_fdd_dl_fs.py", line 21, in <module>
    _LTE_fdd_dl_fs = swig_import_helper()
    File "/home/rf/prefix/default/lib/python2.7/dist-packages/LTE_fdd_dl_fs/LTE_fdd_dl_fs.py", line 20, in swig_import_helper
    return importlib.import_module('_LTE_fdd_dl_fs')
    File "/usr/lib/python2.7/importlib/init.py", line 37, in import_module
    import(name)
    ImportError: No module named _LTE_fdd_dl_fs

    Thank you in advance for any help you may provide!

     

Log in to post a comment.