程序员最近都爱上了这个网站  程序员们快来瞅瞅吧!  it98k网:it98k.com

本站消息

站长简介/公众号

  出租广告位,需要合作请联系站长

+关注
已关注

分类  

暂无分类

标签  

暂无标签

日期归档  

暂无数据

我在运行配置工具的 curses 库中收到 nocbreak() 返回 ERR 的错误

发布于2024-11-10 07:39     阅读(1091)     评论(0)     点赞(28)     收藏(4)


我正在尝试运行一个使用 curses 的配置工具,但是我遇到了某种错误,其中 strace 显示以下内容:

10:49:05.285312 write(2, "Traceback (most recent call last"..., 477Traceback (most recent call last):
  File "/usr/lib/python3.6/curses/__init__.py", line 78, in wrapper
    cbreak()
_curses.error: cbreak() returned ERR

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/nvidia/jetson-io/jetson-io.py", line 594, in <module>
    curses.wrapper(JetsonIO)
  File "/usr/lib/python3.6/curses/__init__.py", line 100, in wrapper
    nocbreak()
_curses.error: nocbreak() returned ERR
) = 477

我正在使用 Ubuntu 18.04

我是否需要安装其他东西才能使其运行?

我已尝试安装 ncurses 并以不同的权限运行该程序。


解决方案


暂无回答



所属网站分类: 技术文章 > 问答

作者:黑洞官方问答小能手

链接:https://www.pythonheidong.com/blog/article/2045186/8447b877f730c25e7f85/

来源:python黑洞网

任何形式的转载都请注明出处,如有侵权 一经发现 必将追究其法律责任

28 0
收藏该文
已收藏

评论内容:(最多支持255个字符)