Skip to content

error when trying to install livebook with Elixir version 1.14.0 #1581

Answered by wojtekmach
tindrew asked this question in Q&A
Discussion options

You must be logged in to vote

Livebook requires v1.14.2 because it depends on features that are only present there. If you don't have access to a more recent version of Elixir you can either:

  1. Use older version of Livebook
  2. Compile Elixir 1.14.2 yourself

Since you have Elixir installed you already have Erlang/OTP too and so it should be very straightforward to build Elixir yourself:

$ git clone https://github.com/elixir-lang/elixir.git --branch v1.14.2
$ cd elixir
$ make
$ export PATH="$PWD/bin:$PATH"
$ elixir --version

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@tindrew
Comment options

Answer selected by tindrew
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants