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.
Trending in Questions
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
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
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
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
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
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
Documentation
While reading the Scoped Routes section, I noticed that the documentation currently refers to a problem without explainin...
New
Other Trending Topics
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
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
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
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
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
Aludel - LLM Evaluation Workbench
Aludel is an embeddable Phoenix LiveView dashboard for evaluating and comparing LLM prompts across mult...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #ai
- #elixirconf-us
- #blog-post
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming










Showing Posts 1 to 10- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
rvirding
Which error do you get?
cmo
And how did you install it?
lc0815
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
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
Are you recompiling the project after updating? I don’t recall needing to but you can always delete
_buildto force it to recompile everything.I prefer to use scoop but there are Chocolatey (
) packages now.
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
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
version 1.14 of elixir and erl v25 don’t like each other on my windows 10 box…
lc0815
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
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.
lc0815
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.
lc0815
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