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

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
RisingFromAshes
I’ve read in another post that it may be possible with a router helper - but I couldn’t find an appropriate one, and tbh, I’m still just ...
New
vonH
In asking this question I am more interested about the expressiveness of the language itself and less concerned about the availability of...
New
lanycrost
Hi everyone! I need implement if…else if…else condition from my elixir code, and anymore of this control flow structures not work proper...
New
jay1
Why is it that the mnesia database isn’t the most preferred database for use in Elixir/Phoenix?
New
9mm
I am constructing a JSON object (map) and I need to conditionally set a field. I’m trying to write proper elixir-way code… and I’m at a l...
New
vrod
I am using the Starship cross-shell prompt – it seems pretty nice, but I get some errors: [WARN] - (starship::utils): Executing command ...
New

Other popular topics Top

JakeBecker
TL;DR: I’ve just released an implementation of Microsoft’s IDE-independent Language Server Protocol for Elixir. It adds language support ...
1144 54996 245
New
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
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
sergio_101
I am VERY much an elixir newbie. I have taken one elixir course and one phoenix course on Udemy. During that course, I saw the instructor...
New
siddhant3030
Hi, I have to write a raw query for one of my project. But till now I have used ecto queries and don’t have much experience writing raw ...
New
SoCreat
i’m a new one to elixir which editor can i use vs code? or atom? Thanks! :smiley:
New