gui bug with python 3.13
Author: fwhottoCreated Feb 18, 2025Updated Jan 13, 2026
"ModuleNotFoundError: No module named 'typing.io'; 'typing' is not a package'" occurs because Python 3.13 removed typing.io and typing.re as submodules of the typing module.
Installing on python 3.12 solved the issue.
Source: lukas-blecher/LaTeX-OCR