safi50 opened a new issue, #848:
URL: https://github.com/apache/age/issues/848

   ### Describe the bug
   
   When installing the `apache-age-python` library using `pip install`, it 
requires **ANTLR runtime version 4.9.2** as its dependency. 
   However, when cloning the repository and importing age, it requires **ANTLR 
runtime version 4.11.1** as written in the **requirements.txt** file. This 
causes a version mismatch and leads to a `Could not deserialize ATN with 
version` error if the versions do not match. 
   
   We can solve this error by running the following: 
   ```
   pip install antlr4-python3-runtime==4.9.2      # When using the 
apache-age-python package
   pip install antlr4-python3-runtime==4.11.1      # When importing age from 
the cloned repository 
   ```
   
   Why is there a difference between ANTLR runtime versions required when using 
the `apache-age-python` package and when directly importing `age` from the 
repository. 
   Maybe the published package on PyPI missed an update? 
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to