ghannam80
Compile error while installing dependencies in livebook
Hello,
Getting the below error while trying to install the dependencies for smart cell neural network in livebook , I got this error after running it in iex :
Blockquote
Generated kino_bumblebee app
==> torchx
could not compile dependency :torchx, “mix compile” failed. Errors may have been logged above. You can recompile this dependency with “mix deps.compile torchx --force”, update it with “mix deps.update torchx” or clean it with “mix deps.clean torchx”
** (MatchError) no match of right hand side value: {:error, :bad_eocd}
c:/Users/ashra/AppData/Local/mix/Cache/installs/elixir-1.17.0-erts-15.0/9574f12e35c9dbee311aad4b1aba0134/deps/torchx/mix.exs:164: Torchx.MixProject.download_and_unzip/2
(mix 1.17.0) lib/mix/task.ex:574: Mix.Task.run_alias/6
(mix 1.17.0) lib/mix/tasks/compile.all.ex:108: Mix.Tasks.Compile.All.run_compiler/2
(mix 1.17.0) lib/mix/tasks/compile.all.ex:88: Mix.Tasks.Compile.All.compile/4
(mix 1.17.0) lib/mix/tasks/compile.all.ex:62: Mix.Tasks.Compile.All.run/1
(mix 1.17.0) lib/mix/task.ex:495: anonymous fn/3 in Mix.Task.run_task/5
(mix 1.17.0) lib/mix/tasks/compile.ex:159: Mix.Tasks.Compile.run/1
‘’‘’‘’
Marked As Solved
jonatanklosko
@ghannam80 that makes sense, thanks for debugging, probably something we can improve in the installer.
I think for the torchx installation, you can open an issue on torchx directly.
Also Liked
jonatanklosko
Try removing hex-2.0.6 and see if it helps : )







