Morotai

Morotai

Installation script issue on Windows from PowerShell

Hi all,

Fresh Windows 11 installation and getting the error below when attempting to install Elixir via PowerShell script. Pretty sure I missed
PS C:\installs> .\install.bat elixir@1.17.3 otp@27.1.2
checking OTP… Could not load module C:\Users\wojtek\otp\erts-15.1.2\bin\erlexec.dll.

I have no such user “wojtek” on my system. @wojtekmach :slight_smile:

Thanks! :smiley:

Marked As Solved

wojtekmach

wojtekmach

Hex Core Team

Cannot reproduce, works on my machine!

You downloaded the script from elixir-lang.org right? Any change you have previously used elixir-install.org?

I bet you have a %USERPROFILE%\.elixir-installs\installs\otp\27.1.2\bin\erl.ini file that SHOULD NOT be there and it might have been a leftover from previous attempts at this. Remove it and it should work. If you only ever used the latest install script that’s a problem.

Last Post!

gitkinder

gitkinder

This looks related to the problem I faced while getting phoenix to work on windows.

Please see this thread
not-being-able-to-compile-telemetry-dependency

Where Next?

Popular in Questions Top

rms.mrcs
Hi, I need to transform a list of numbers into a map where the keys are the indexes and the values are the original values of the list. ...
New
electic
Hi, I am new to Elixir. I am trying to use the DateTime component to insert a date into MySQL however the there seems to be no way to fo...
New
hariharasudhan94
Lets say I have map like this fetching from my database %{"_id" => #BSON.ObjectId<58eb1a7a9ad169198c3dXXXX>, "email" => ...
New
lastday4you
I wanted to check elixir version in phoenix because i found that my elixir is 1.5 but when i use Enum.chunk_by it said the function is un...
New
gshaw
What is the idiomatic way of matching for not nil in Elixir? E.g., First way: defp halt_if_not_signed_in(conn, signed_in_account) when...
New
Patoshizzle
After calling mix ecto.create I get this error: 17:00:32.162 [error] GenServer #PID<0.412.0> terminating ** (Postgrex.Error) FATAL...
New
JorisKok
I have a server on AWS, and was running a load test using artillery. When looking at the Phoenix dashboard I see the Ports going to 100% ...
New

Other popular topics Top

jononomo
For some reason my phoenix channels are working for me in my local dev environment, but as soon as I deploy via Docker, I get a 403 error...
New
ashish173
I am using Ecto timestamps with postgres, I can see the timestamps() use the :naive_dateime but for my use case I wanted to store the ti...
New
aadeshere1
I have a another noob question about loop. Since elixir is immutable, while loop is not directly possible. total = 10 while total != 0 ...
New
gausby
I asked this very same question on twitter and got some interesting feedback, but I thought it would be a good question to ask here as we...
1207 40042 209
New
msaraiva
Surface is an experimental library built on top of Phoenix LiveView and its new LiveComponent API that aims to provide a more declarative...
564 44139 214
New
jason.o
In the code below, if the create action is not set to accept “extra_key” as an input, it errors out with a message shown above. Is there ...
New

We're in Beta

About us Mission Statement