-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
LaTeX parser has antlr dependency #131
Comments
Not likely we can do anything about this, at least with the current Live architecture. |
I found a solution for this. Follow these steps :-
|
Can you please guide me a little on how to get this set up in a local machine. I don't quite understand which zip folder you are referring to in the second point. Also, is there any way to do this using a conda installer. |
Install an earlier version pip install antlr4-python3-runtime==4.x.x |
As of 02/2023 you need antlr 4.10 to run |
This is work for me: |
yes! |
The source for live is now at https://github.com/sympy/live. I don't know where the dependencies are listed but it should be possible to just add this. |
As LaTeX parser requires antlr-python-runtime, the following code block from the docstring throws an error:
with the following traceback:
The text was updated successfully, but these errors were encountered: