Getting an error when installing the dependencies at the start of this chapter:
could not compile dependency :exla, "mix compile" failed. Errors may have been logged above. You can recompile this dependency with "mix deps.compile exla", update it with "mix deps.update exla" or clean it with "mix deps.clean exla"
** (RuntimeError) could not find v0.4.4 release under https://github.com/elixir-nx/xla/releases
(xla 0.4.4) lib/xla.ex:180: XLA.download_matching!/1
(xla 0.4.4) lib/xla.ex:33: XLA.archive_path!/0
...
@seanmor5
Update: I also have an old Mac Mini laying around, so I tried on that machine. Exla installed just fine… so it appears that maybe the exercises in this book aren’t compatible with Windows, at least as written…?
Also had the problem on a mac (Ventura 13.5.2) several tries during the day. Using version 0.5.3 instead however seems to download and compile fine in LiveBook.
@victorfonseca Unfortunately EXLA/XLA do not work out of the box on Alpine. This is because TensorFlow/LLVM don’t work well on Alpine either. I’ve gotten it to run on Alpine before, but it’s not a fun experience.
I would recommend using an Ubuntu base image if possible!
Am running Mac Sequoia 15 on an M1 Max and am having this same issue. It says it cant compile and is asking if i have make or gcc installed which i do so im kind of stuck at this step. I tried using nx and exla up to version 0.9 with no success