error when trying to install livebook with Elixir version 1.14.0 #1581
-
I get this error when trying to install livebook : "(Mix) You're trying to run :livebook on Elixir v1.14.0 but it has declared in its mix.exs file it supports only Elixir ~> 1.14.2" I'm running elixir 1.14.0 which is the latest one I can get currently. I've searched around the web but haven't run into any kind of a fix yet. I'd appreciate it if someone could point me in the right direction. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
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:
Since you have Elixir installed you already have Erlang/OTP too and so it should be very straightforward to build Elixir yourself:
|
Beta Was this translation helpful? Give feedback.
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:
Since you have Elixir installed you already have Erlang/OTP too and so it should be very straightforward to build Elixir yourself: