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

gr-satellites tnc_nx missing



Hello all,

I have tried the following: 

$ gr_satellites AMGU-1 --audio default --samp 48e3

and I got an error message:

Unable to import tnc_nx
gr-tnc_nx needs to be installed to use Mobitex
Traceback (most recent call last):
  File "/usr/bin/gr_satellites", line 316, in <module>
    main()
  File "/usr/bin/gr_satellites", line 301, in main
    tb = gr_satellites_top_block(parser)
  File "/usr/bin/gr_satellites", line 189, in __init__
    self.flowgraph = satellites.core.gr_satellites_flowgraph(
  File "/usr/lib/python3/dist-
packages/satellites/core/gr_satellites_flowgraph.py", line 162, in __init__
    self._init_demodulator_deframer(key, transmitter)
  File "/usr/lib/python3/dist-
packages/satellites/core/gr_satellites_flowgraph.py", line 273, in
_init_demodulator_deframer
    deframer = self.get_deframer(transmitter['framing'])(
  File "/usr/lib/python3/dist-
packages/satellites/components/deframers/mobitex_deframer.py", line 45, in
__init__
    raise e
  File "/usr/lib/python3/dist-
packages/satellites/components/deframers/mobitex_deframer.py", line 41, in
__init__
    tnc_nx = importlib.import_module('tnc_nx')
  File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 984, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'tnc_nx'

-------------------------------------------------------------------

It seems that we need https://git.tu-berlin.de/rft/com/mobitub-2

should I fill a bug report? is anyone willing to package gr-tnc_nx ?


Thanks
Apostolos


Reply to: