Hello,
As I continue digging through the tutorial at elixir-lang.org I’ve encountered the section on Supervisors.
While trying to install erlang-wx
in order to run the Software mentioned in the Observers topic. The following error arises:
erlang-wx : Depends: erlang-base (= 1:25.2.3+dfsg-1) but 1:26.0.2-1rmq1ppa1~ubuntu22.04.1 is to be installed
.
Does erlang-wx
only works with OTP 25?
I’ve installed OTP 26 a couple of months ago.
Erlang/OTP 26 [erts-14.0.2] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [jit:ns]
Interactive Elixir (1.15.4) - press Ctrl+C to exit (type h() ENTER for help)
Thanks!
–
Caleb