Closed willfurnass closed 4 years ago
This gets printed many times in Notebooks if the antlr4-python3-runtime is left unpinned.
antlr4-python3-runtime
Where is this 'generated code' and can we regenerate/update it so it works with ANTLR >= 4.8?
Simplest approach is to pin antlr4-python3-runtime>=4.7,<4.8 via install_requires.
antlr4-python3-runtime>=4.7,<4.8
install_requires
Addressed via #380. Reopen if required.
This gets printed many times in Notebooks if the
antlr4-python3-runtime
is left unpinned.Where is this 'generated code' and can we regenerate/update it so it works with ANTLR >= 4.8?