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

Relaxing limitation of versions? #2

Closed
niku opened this issue May 1, 2018 · 2 comments
Closed

Relaxing limitation of versions? #2

niku opened this issue May 1, 2018 · 2 comments

Comments

@niku
Copy link

niku commented May 1, 2018

When I tried to compile antikythera_instance_example.
It brings following errors:

antikythera_instance_example% mix deps.get
** (Mix.Error) Incorrect Erlang/OTP version! required: '20.2.2', used: '20.3.4'
    (mix) lib/mix.ex:291: Mix.raise/1
    deps/antikythera/mix_common.exs:22: (module)
    (stdlib) erl_eval.erl:670: :erl_eval.do_apply/6
    (stdlib) erl_eval.erl:122: :erl_eval.exprs/5

Yeah, I use latest stable versions OTP 20.3.4 and Elixir 1.6.4.
It seems the program works correctly.

But personaly, to being used this product widely, I think it needs to relaxing limitation of versions.
I'm glad you to If you consider it.

Thanks.

@skirino
Copy link

skirino commented May 1, 2018

Yes, we recognize this as a bit too restrictive.
(See also https://github.com/access-company/antikythera/blob/master/doc/development_environment.md#install-compilers-and-build-tools )
This restriction will be relaxed or removed in a future release.

@niku
Copy link
Author

niku commented May 2, 2018

(This may change later so that Erlang and Elixir versions can be checked by individual antikythera instances, not by antikythera)

Oh, I did't read this part.
Thank you for your information ❤️

@niku niku closed this as completed May 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants