Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How we can match ANTRL and its runtime version for TL developer. #78

Open
TomyYamy opened this issue Apr 29, 2021 · 1 comment
Open
Assignees
Labels
enhancement New feature or request

Comments

@TomyYamy
Copy link
Collaborator

The problem is

$ apt install antrl

gives us different version of it. It depends on Ubuntu version.
In my case, Ubuntu 18.04 default setting is antrl 4.7 and that conflict with pip install antral-runtime version (now 4.5).
We may think those options.

  1. find way of install specific version of antrl.
  2. change python runtime side.
    It is very easy. but it will give version conflict with pre-generated parser in rtamt.
  3. rtamt setup.py automatically check version of antrl in OS side and install python runtime correctly.
@TomyYamy TomyYamy added the enhancement New feature or request label Apr 29, 2021
@TomyYamy
Copy link
Collaborator Author

We fixed it for end-user. but high-level user who makes TL from scratch needs more explanation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants