Elixir installer fails when attempting to install brand new Elixir release (v1.13.1)
alexisgeoffrey opened this issue · 1 comments
alexisgeoffrey commented
When trying to install Elixir on my machine, the install fails with:
Unable to execute file:
C:\Users\Alexis\AppData\Local\Temp\is-NKU3P.tmp\Output\elixir-v1.13.1-setup.exe
CreateProcess failed; code 2.
The system cannot find the file specified.
I manually looked into the folder it indicated and saw that the installer had compiled elixir-v1.13.0-setup.exe
instead, which installed everything properly when I manually ran it. The installer also works fine if I select v1.13.0 in the installer initially. Since 1.13.1 was released just a few hours ago, it seems like there's a mismatch somewhere, where the installer can see the new version, but the one it downloads and compiles is the previous one.
alexisgeoffrey commented
Nevermind, I see the issue may be a typo in the Elixir version csv here: http://elixir-lang.org/elixir.csv
version,url_precompiled,release_type,windows_installer_compat,sha1,sha512
1.13.1,https://github.com/elixir-lang/elixir/releases/download/v1.13.0/Precompiled.zip,release,1,40762ffbef86cbbfd0c79a94e057fb987dc882ff,bb02ead0d4ccf499ff0473fbbb17fd12de4ba476b463c0452138bc1ef9004547166e75ffe7c6f96b9497adc9fecbda4ad57bfe0f17f1ba95d8339a0e98c29b03
1.13.0,https://github.com/elixir-lang/elixir/releases/download/v1.13.0/Precompiled.zip,release,1,0f196f4de406882b5a3bcee7ac9e9b0c61ed1459,58ffe87d6eb89435d8605aee04556aa1a1ba25cf2fa7688d0a5da162d7d7c57b47b2f726b365a7aeb18832bf08de3db5d3ec0ed45e13da276438679f29e5e3ac
1.12.3,https://github.com/elixir-lang/elixir/releases/download/v1.12.3/Precompiled.zip,release,1,db3c8a5470dee211168707c432a1f8002960e966,db092caa32b55195eeb24a17e0ab98bb2fea38d2f638bc42fee45a6dfcd3ba0782618d27e281c545651f93914481866b9d34b6d284c7f763d197e87847fdaef4
...