When executing python manage.py sqlcreate the following exception is thrown.
Exception: Could not deserialize ATN with version (expected 4).
The full exception traceback is attached.
There is an issue with the antlr4-python3-runtime package (installed version 4.11.1).
Installing an older version seems to solve the problem (pip install antlr4-python3-runtime==4.9.3)
When executing
python manage.py sqlcreate
the following exception is thrown.Exception: Could not deserialize ATN with version (expected 4).
The full exception traceback is attached.There is an issue with the antlr4-python3-runtime package (installed version 4.11.1). Installing an older version seems to solve the problem (
pip install antlr4-python3-runtime==4.9.3
)antlr_exception_full_traceback.txt