DiODeProject / MuMoT

Multiscale Modelling Tool - mathematical modelling without the maths
https://mumot.readthedocs.io/
GNU General Public License v3.0
22 stars 5 forks source link

ANTLR runtime and generated code versions disagree: 4.8!=4.7.1 #386

Closed willfurnass closed 4 years ago

willfurnass commented 4 years ago

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?

willfurnass commented 4 years ago

Simplest approach is to pin antlr4-python3-runtime>=4.7,<4.8 via install_requires.

willfurnass commented 4 years ago

Addressed via #380. Reopen if required.