ylliX - Online Advertising Network

Trying to import latex2sympy2 and ERROR “ModuleNotFoundError: No module named ‘typing.io’; ‘typing’ is not a package”

I followed step by step installation for the Latex Sympy Calculator from this page : https://github.com/OrangeX4/Latex-Sympy-Calculator/blob/main/README.md But when trying, on VS Code, import latex2sympy2 I get : Traceback (most recent call last): File “<python-input-1>”, line 1, in <module> import latex2sympy2 File “C:\Users\usuario\AppData\Local\Programs\Python\Python313\Lib\site-packages\latex2sympy2.py”, line 4, in <module> from antlr4 import InputStream, CommonTokenStream File “C:\Users\usuario\AppData\Local\Programs\Python\Python313\Lib\site-packages\antlr4\__init__.py”, line 6, […]