Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

_curses.error: setupterm: could not find terminal #63

Open
findski opened this issue May 10, 2024 · 1 comment
Open

_curses.error: setupterm: could not find terminal #63

findski opened this issue May 10, 2024 · 1 comment

Comments

@findski
Copy link

findski commented May 10, 2024

Traceback (most recent call last): File "/home/dragon/PycharmProjects/usrp_ads_b/gr-adsb/examples/adsb_rx.py", line 271, in <module> main() File "/home/dragon/PycharmProjects/usrp_ads_b/gr-adsb/examples/adsb_rx.py", line 249, in main tb = top_block_cls() File "/home/dragon/PycharmProjects/usrp_ads_b/gr-adsb/examples/adsb_rx.py", line 184, in __init__ self.adsb_decoder_0 = adsb.decoder("Extended Squitter Only", "None", "Brief") File "/usr/local/lib/python3.10/dist-packages/gnuradio/adsb/decoder.py", line 292, in __init__ self.screen = curses.initscr() File "/usr/lib/python3.10/curses/__init__.py", line 29, in initscr setupterm(term=_os.environ.get("TERM", "unknown"), _curses.error: setupterm: could not find terminal Exception ignored in atexit callback: <built-in function endwin> _curses.error: must call initscr() first

@bmurray
Copy link

bmurray commented Jun 13, 2024

Duplicate of #59

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants