OS MInt 22.04
tesseract 5.2.0-32-gd7491
leptonica-1.82.0
Getting these messages while starting train tesseract with lios:
CODE: john@john-MS-7592:~$ train-tesseract
/usr/local/lib/python3.10/dist-packages/lios/ui/gtk/terminal.py:24:
PyGIWarning: Vte was imported without specifying a version first. Use
gi.require_version('Vte', '2.91') before import to ensure that the right
version gets loaded.
from gi.repository import Gtk, GObject, Vte
(train-tesseract:22343):
VTE-WARNING **: 13:43:54.228: (../src/vtepty.cc:667):bool
_vte_pty_spawn_sync(VtePty*, const char*, const char* const*, const
char* const*, GSpawnFlags, GSpawnChildSetupFunc, gpointer,
GDestroyNotify, GPid*, int, GCancellable*, GError**): runtime check
failed: ((spawn_flags & ignored_spawn_flags()) == 0)
(train-tesseract:22343):
Gtk-WARNING **: 13:43:54.267: Cannot connect attribute 'text' for cell
renderer class 'lios+ui+gtk+tree_view+CellRendererToggle' since
attribute does not exist
lEND CODE
Lios finds tessdata but keeps message "loading components of eng"
All dependencies are satisfied as far as I know.
What am i missing?