You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using Erlang 24.3.1 with Elixir 1.10.2, adding systemd to the deps and then doing mix deps.get it fails to install. A bit of research showed me that the issue is related to Erlang (rebar3 can't compile enough in Erlang 24). Work around was to downgrade Erlang for now but would like to update my app to be able to use other stuff.
Edit to add error:
rebar3 compile escript: exception error: undefined function erlang:get_stacktrace/0
Using Erlang 24.3.1 with Elixir 1.10.2, adding
systemd
to the deps and then doingmix deps.get
it fails to install. A bit of research showed me that the issue is related to Erlang (rebar3 can't compileenough
in Erlang 24). Work around was to downgrade Erlang for now but would like to update my app to be able to use other stuff.Edit to add error:
rebar3 compile escript: exception error: undefined function erlang:get_stacktrace/0
Workaround from here: elixir-lang/elixir#11047
The text was updated successfully, but these errors were encountered: