django-daiquiri / daiquiri

A framework for the publication of scientific databases
https://escience.aip.de/daiquiri
Apache License 2.0
26 stars 8 forks source link

Error after clean install (exception antlr) #102

Closed andonij closed 2 years ago

andonij commented 2 years ago

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

andonij commented 2 years ago

Merge #97 (commit) solves issue.