davids5 opened a new issue, #8557: URL: https://github.com/apache/nuttx/issues/8557
@xiaoxiang781216 After https://github.com/apache/nuttx/pull/8494 tools/configure.sh nucleo-h743zi:nsh make menuconfig ``` Loaded configuration '.config' Traceback (most recent call last): File "/usr/lib/python3.8/curses/__init__.py", line 89, in wrapper cbreak() _curses.error: cbreak() returned ERR During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/david_s5/.local/bin/menuconfig", line 8, in <module> sys.exit(_main()) File "/home/david_s5/.local/lib/python3.8/site-packages/menuconfig.py", line 663, in _main menuconfig(standard_kconfig(__doc__)) File "/home/david_s5/.local/lib/python3.8/site-packages/menuconfig.py", line 732, in menuconfig print(curses.wrapper(_menuconfig)) File "/usr/lib/python3.8/curses/__init__.py", line 111, in wrapper nocbreak() _curses.error: nocbreak() returned ERR ``` Do we need to check packages and emit instruction to unblock users? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
