Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

you have to provide insrtuctions to use it and dependencires #3

Closed
normalentity opened this issue Sep 23, 2023 · 2 comments
Closed
Labels
bug Something isn't working dependency Issues and PRs related to dependencies template missing The bug/feature template is missing

Comments

@normalentity
Copy link

/_parse_latex_antlr.py", line 66, in parse_latex
raise ImportError("LaTeX parsing requires the antlr4 Python package,"
ImportError: LaTeX parsing requires the antlr4 Python package, provided by pip (antlr4-python3-runtime) or conda (antlr-python-runtime), version 4.11

Additional context
Add any other context about the problem here.

@JignasP JignasP added the bug Something isn't working label Sep 23, 2023
JignasP added a commit that referenced this issue Sep 23, 2023
Addressing #3 .
@JignasP
Copy link
Owner

JignasP commented Sep 23, 2023

Commited a change to install antlr4-python3-runtime version 4.11 during install.

@JignasP JignasP closed this as completed Sep 23, 2023
@JignasP
Copy link
Owner

JignasP commented Sep 23, 2023

And note that if this error occurs, it can be frxed by:

pip install antlr4-python3-runtime==4.11.0

@JignasP JignasP added template missing The bug/feature template is missing dependency Issues and PRs related to dependencies labels Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dependency Issues and PRs related to dependencies template missing The bug/feature template is missing
Projects
None yet
Development

No branches or pull requests

2 participants