安装rolabelimg在ubuntu24.04系统上,安装完后运行python roLabelImg.py报错,也没有窗口显示。
running with lxml.etree
libpng warning: iCCP: known incorrect sRGB profile
Traceback (most recent call last):
File "roLabelImg.py", line 1364, in <module>
sys.exit(main(sys.argv))
File "roLabelImg.py", line 1360, in main
app, _win = get_main_app(argv)
File "roLabelImg.py", line 1353, in get_main_app
argv[2] if len(argv) >= 3 else os.path.join('data', 'predefined_classes.txt'))
File "roLabelImg.py", line 438, in __init__
self.recentFiles = list(settings.get('recentFiles', []))
TypeError: 'NoneType' object is not iterable