Version 2.4 cannot continue
multikitty opened this issue ยท 9 comments
Can you access the file directly from your browser or command line?
How can I access the file directly from my browser?
I tried installation using "choco install elixir", but erlang installation as a dependency failed.
Just try accessing https://elixir-lang.org/elixir.csv directly to rule out any issues. Did you try choco install erlang as well?
Thanks for your help.
I can access https://elixir-lang.org/elixir.csv and have already downloaded it.
I only tried choco install elixir.
If you try choco install Erlang
, does it report any error? Which error did you get installing Elixir?
I didn't try choco install Erlang, "choco install elixir" installs erlang as a dependency.
But there was timeout error installing erlang dependency.
So I tried to download erlang installer from "https://www.erlang.org/downloads" and installed erlang using it.
So if both Erlang and Elixir are failing to download, I would assume there is something else going on here. :/
Can I install elixir using elixir-websetup.exe at this point?
Anyway, thanks for your help, Jose.
I installed erlang using erlang installer I downloaded manually from erlang.org. And I just tried to install elixir using chocolatey.
The elixir installation has been done successfully.
C:\Users\Administrator>elixir -v
Erlang/OTP 25 [erts-13.2] [source] [64-bit] [smp:12:12] [ds:12:12:10] [async-threads:1] [jit:ns]
Elixir 1.14.3 (compiled with Erlang/OTP 25)
I think elixir-websetup.exe has some issues now.