Skip to content

Question regarding environment setup #8

@iridescentee

Description

@iridescentee

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:

  1. pip install symeval@git+...
  2. pip install latex2sympy2==1.9.1
    • This command fails with the following error, as symeval seems 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.
    
  3. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions