-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Description
First, thank you for your excellent work on this project and for your contributions to the open-source community. I really appreciate it!
I'm currently trying to replicate your paper and have run into a dependency issue while setting up the environment for the RL stage. It seems there's a version conflict with the antlr4-python3-runtime package.
I followed these steps:
pip install symeval@git+...pip install latex2sympy2==1.9.1- This command fails with the following error, as
symevalseems to require a newer version of antlr4:
ERROR: symeval 0.0.1 requires antlr4-python3-runtime==4.11.1, but you have antlr4-python3-runtime 4.7.2 which is incompatible.- This command fails with the following error, as
pip install --force-reinstall antlr4-python3-runtime==4.9.3- Running this command then causes conflicts with both of the other packages:
ERROR: latex2sympy2 1.9.1 requires antlr4-python3-runtime==4.7.2, but you have antlr4-python3-runtime 4.9.3 which is incompatible. ERROR: symeval 0.0.1 requires antlr4-python3-runtime==4.11.1, but you have antlr4-python3-runtime 4.9.3 which is incompatible.
In short, symeval seems to need version 4.11.1, latex2sympy2 needs 4.7.2, and the instructions install 4.9.3.
I was wondering if you had any suggestions on how to resolve this. Any guidance you could provide would be greatly appreciated.
Thank you for your time.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels