Closed hanm2019 closed 1 month ago
Please make sure to install the antlr version as specified in the README file.
python3 -m pip install antlr4-python3-runtime==4.7.2
Note that we are trying to maintain this tool in sv
branch. You may refer to it.
Hello,
First of all, thank you for open-sourcing such a fantastic tool! I encountered an issue while setting up the environment. When using
conda install conda-forge::antlr4-python3-runtime
, it defaults to installing version 4.13.2. However, this causes the following error:I was wondering if there are any plans to support a higher version of
antlr4-python3-runtime
in the future.Thank you!