lc0815

lc0815

on a windows 10 with all updates installed I keep getting this error when trying to run Elixr -v when installing elixir 1.14.3 with Erlang 24.

when installing elixir 1.14.3 with erlang 25 I then get a bunch of compilation errors asking for a re-compile with elrang v25,

the question is what and do I recompile with v25

another thing i just found out0.

Showing Posts 1 to 10

rvirding

rvirding

Creator of Erlang

Which error do you get?

cmo

cmo

And how did you install it?

lc0815

lc0815 OP

I thought I copied the error: but in essence is that the elixir compiler/run time system fails with the erl failed to iinit the run. so what I did was to go back all the to v13 of the elixir system with erlang v24 and it runs.

the elixir v1.14.x will not run with erl:24 or 25 on my windows machine. and when installing the latest versions: 14.3/25.x.x elixir will start and create a mix project but when trying to run the mix phx.server then you get the error XXX module needs to be compiled with v25 of erlang,

you figured that being the latest there should not be any compile error of that type…

anywho: I’ve got elixir 1.13 running with erlang 24 and now I can continue to play… now the problem is getting familiar with components, and the beat goes on…

lc0815

lc0815 OP

I installed both the erlang and elixir packages using the available windows installers, then configured the path to point to the packages in the program files system folders…

is there another way to install them?

cmo

cmo

Are you recompiling the project after updating? I don’t recall needing to but you can always delete _build to force it to recompile everything.

I prefer to use scoop but there are Chocolatey (:face_vomiting:) packages now.

scoop install erlang
scoop install elixir@1.14.3-otp-25

You can use the @<version> method to specify a version with erlang too e.g. scoop install erlang@25.2.2. OTP version numbers are taken from here and Elixir version numbers from here.

lc0815

lc0815 OP

thanks for your response.

1: deleted _build
2: mix deps.clean --all
3: mix compile --force
4: mix phx.server
5: frustatition level hit 50k feet… got up and gave up for the day…

LoL :slight_smile:

version 1.14 of elixir and erl v25 don’t like each other on my windows 10 box…

lc0815

lc0815 OP

after reviewing the github messages, it seems this is a known problem at least on windows and it seems it has to do with the windows installer not recognizing the different versions.

josevalim

josevalim

Creator of Elixir

Try removing all Erlang from your system and all Elixir and install both. And let us know if it works. If it doesn’t, please paste the error. :slight_smile:

lc0815

lc0815 OP

thanks Jose, I will do that in the next couple of days. what I did was to work on a mac I had on loan to finish the course I was taking.

I will do as you suggest and report back probably by 2/25/23 at the latest.

Again thank you for taking the time to respond. awesome support.

:slight_smile:

lc0815

lc0815 OP

update:

I updated a: windows to v11 from 10, removed all traces of elixir/erlang
re-installed erl-v25, re-installed elixir v14 and it all works now:

thanks Jose… obrigado

— All posts loaded —

Where Next? Top

Trending in Questions Top

RSP87
I’m working on a project that simulates the bumbl example in the programming phoenix book. It acts almost like an email client. We have a...
New
nseaSeb
Hello, I know there is an approach for handling lists that allows for optimized traversal, but I can’t recall the specific method (somet...
New
RemyXRenard
I’m seeing that a list inside a Kino.DataTable will be interpreted as a charlist, even if the Kino.configure() is set to charlists: :as_l...
New
velrest
So my question is quite simple and i have found no conclusive answer on forum, google or AI. Should we use :erlang.float for Integer to ...
New
samoloth
Hi, I’ve just set up an application with ash_authentication. There is only magic link strategy for now, so there is no confirmation add o...
New
FlyingNoodle
If a change or preparation module uses Ash.Changeset.get_argument/2 or Ash.Query.get_argument/2 (or any of the other get_argument functio...
New
brecabral
Documentation While reading the Scoped Routes section, I noticed that the documentation currently refers to a problem without explainin...
New

Other Trending Topics Top

mudasobwa
I am happy to introduce the very α version of the new programming language compiled to BEAM. Welcome Cure. It has literally three kille...
New
marciok
Hi there! We created Gust: A task orchestrator inspired by Airflow. For those who have never heard about Aiflow, it’s a Python-based wor...
New
jimsynz
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Dmk
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New
netoum
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
webofbits
Aludel - LLM Evaluation Workbench Aludel is an embeddable Phoenix LiveView dashboard for evaluating and comparing LLM prompts across mult...
New

We're in Beta

About us Mission Statement

Options

Thread Display Mode




Thread Preview

Skip Thread Previews